ConfigurationPolicy

class ConfigurationPolicy : KotlinCustomResource

The AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val awsId: Output<String>

The universally unique identifier (UUID) 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: Output<String>

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

Link copied to clipboard
val description: Output<String>?

The description of the configuration policy.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the configuration policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceEnabled: Output<Boolean>

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

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

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: Output<String>

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

Link copied to clipboard
val urn: Output<String>