pub fn disable_copy_on_read<O0: Into<Output>>(
    resource: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DisableCopyOnRead::new().build(resource, scope).