Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html

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

string

Remarks

A self-managed configuration has no UUID. The identifier of a self-managed configuration is SELF_MANAGED_SECURITY_HUB .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html#cfn-securityhub-policyassociation-configurationpolicyid

TargetId

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

string TargetId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html#cfn-securityhub-policyassociation-targetid

TargetType

Specifies whether the target is an AWS account , organizational unit, or the root.

string TargetType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html#cfn-securityhub-policyassociation-targettype

Back to top Generated by DocFX