CfnPolicyAssociationMixinProps
- class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnPolicyAssociationMixinProps(*, configuration_policy_id=None, target_id=None, target_type=None)
Bases:
objectProperties for CfnPolicyAssociationPropsMixin.
- Parameters:
configuration_policy_id (
Optional[str]) – The universally unique identifier (UUID) of the configuration policy. A self-managed configuration has no UUID. The identifier of a self-managed configuration isSELF_MANAGED_SECURITY_HUB.target_id (
Optional[str]) – The identifier of the target account, organizational unit, or the root.target_type (
Optional[str]) – Specifies whether the target is an AWS account , organizational unit, or the root.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins cfn_policy_association_mixin_props = securityhub_mixins.CfnPolicyAssociationMixinProps( configuration_policy_id="configurationPolicyId", target_id="targetId", target_type="targetType" )
Attributes
- configuration_policy_id
The universally unique identifier (UUID) of the configuration policy.
A self-managed configuration has no UUID. The identifier of a self-managed configuration is
SELF_MANAGED_SECURITY_HUB.
- target_id
The identifier of the target account, organizational unit, or the root.
- target_type
Specifies whether the target is an AWS account , organizational unit, or the root.