Policy Association Args
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)