Get Configuration Policy Result
data class GetConfigurationPolicyResult(val arn: String? = null, val configurationPolicy: ConfigurationPolicyPolicy? = null, val createdAt: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val serviceEnabled: Boolean? = null, val tags: Map<String, String>? = null, val updatedAt: String? = null)
Properties
Link copied to clipboard
An object that defines how AWS Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
Link copied to clipboard
The description of the configuration policy.
Link copied to clipboard
Indicates whether the service that the configuration policy applies to is enabled in the policy.