Interface ICfnPolicyAssociationProps
Properties for defining a CfnPolicyAssociation
.
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPolicyAssociationProps
Syntax (vb)
Public Interface ICfnPolicyAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecurityHub;
var cfnPolicyAssociationProps = new CfnPolicyAssociationProps {
ConfigurationPolicyId = "configurationPolicyId",
TargetId = "targetId",
TargetType = "targetType"
};
Synopsis
Properties
ConfigurationPolicyId | The universally unique identifier (UUID) of the configuration policy. |
TargetId | The identifier of the target account, organizational unit, or the root. |
TargetType | Specifies whether the target is an AWS account , organizational unit, or the root. |
Properties
ConfigurationPolicyId
The universally unique identifier (UUID) of the configuration policy.
string ConfigurationPolicyId { get; }
Property Value
System.String
Remarks
A self-managed configuration has no UUID. The identifier of a self-managed configuration is SELF_MANAGED_SECURITY_HUB
.
TargetId
The identifier of the target account, organizational unit, or the root.
string TargetId { get; }
Property Value
System.String
Remarks
TargetType
Specifies whether the target is an AWS account , organizational unit, or the root.
string TargetType { get; }
Property Value
System.String