PolicyAssociationArgs

data class PolicyAssociationArgs(val configurationPolicyId: Output<String>? = null, val targetId: Output<String>? = null, val targetType: Output<PolicyAssociationTargetType>? = null) : ConvertibleToJava<PolicyAssociationArgs>

The AWS::SecurityHub::PolicyAssociation resource represents the AWS Security Hub Central Configuration Policy associations in your Target. Only the AWS Security Hub delegated administrator can create the resouce from the home region.

Constructors

Link copied to clipboard
constructor(configurationPolicyId: Output<String>? = null, targetId: Output<String>? = null, targetType: Output<PolicyAssociationTargetType>? = null)

Properties

Link copied to clipboard
val configurationPolicyId: Output<String>? = null

The universally unique identifier (UUID) of the configuration policy or a value of SELF_MANAGED_SECURITY_HUB for a self-managed configuration

Link copied to clipboard
val targetId: Output<String>? = null

The identifier of the target account, organizational unit, or the root

Link copied to clipboard

Indicates whether the target is an AWS account, organizational unit, or the organization root

Functions

Link copied to clipboard
open override fun toJava(): PolicyAssociationArgs