GetConfigurationPolicyResult

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)

Constructors

Link copied to clipboard
constructor(arn: String? = null, configurationPolicy: ConfigurationPolicyPolicy? = null, createdAt: String? = null, description: String? = null, id: String? = null, name: String? = null, serviceEnabled: Boolean? = null, tags: Map<String, String>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the configuration policy.

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
val createdAt: String? = null

The date and time, in UTC and ISO 8601 format.

Link copied to clipboard
val description: String? = null

The description of the configuration policy.

Link copied to clipboard
val id: String? = null

The universally unique identifier (UUID) of the configuration policy.

Link copied to clipboard
val name: String? = null

The name of the configuration policy.

Link copied to clipboard
val serviceEnabled: Boolean? = null

Indicates whether the service that the configuration policy applies to is enabled in the policy.

Link copied to clipboard
val tags: Map<String, String>? = null

User-defined tags associated with a configuration policy. For more information, see Tagging AWS Security Hub resources in the Security Hub user guide .

Link copied to clipboard
val updatedAt: String? = null

The date and time, in UTC and ISO 8601 format.