security Controls Configuration
suspend fun securityControlsConfiguration(value: Output<ConfigurationPolicySecurityControlsConfigurationArgs>)
suspend fun securityControlsConfiguration(value: ConfigurationPolicySecurityControlsConfigurationArgs?)
Parameters
value
An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account. This property is required only if ServiceEnabled
is set to true in your configuration policy.
suspend fun securityControlsConfiguration(argument: suspend ConfigurationPolicySecurityControlsConfigurationArgsBuilder.() -> Unit)
Parameters
argument
An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account. This property is required only if ServiceEnabled
is set to true in your configuration policy.