pub fn file_system_set_configuration<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    scheme: O0,
    key: O1,
    value: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for FileSystemSetConfiguration::new().build(scheme, key, value, scope).