Show / Hide Table of Contents

Class CfnStandardPropsMixin.StandardsControlProperty

Provides details about an individual security control.

Inheritance
object
CfnStandardPropsMixin.StandardsControlProperty
Implements
CfnStandardPropsMixin.IStandardsControlProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnStandardPropsMixin.StandardsControlProperty : CfnStandardPropsMixin.IStandardsControlProperty
Syntax (vb)
Public Class CfnStandardPropsMixin.StandardsControlProperty Implements CfnStandardPropsMixin.IStandardsControlProperty
Remarks

For a list of Security Hub CSPM controls, see Security Hub CSPM controls reference in the AWS Security Hub CSPM User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.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.CfnPropertyMixins.AWS.SecurityHub;

             var standardsControlProperty = new StandardsControlProperty {
                 Reason = "reason",
                 StandardsControlArn = "standardsControlArn"
             };

Synopsis

Constructors

StandardsControlProperty()

Provides details about an individual security control.

Properties

Reason

A user-defined reason for changing a control's enablement status in a specified standard.

StandardsControlArn

The Amazon Resource Name (ARN) of the control.

Constructors

StandardsControlProperty()

Provides details about an individual security control.

public StandardsControlProperty()
Remarks

For a list of Security Hub CSPM controls, see Security Hub CSPM controls reference in the AWS Security Hub CSPM User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.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.CfnPropertyMixins.AWS.SecurityHub;

             var standardsControlProperty = new StandardsControlProperty {
                 Reason = "reason",
                 StandardsControlArn = "standardsControlArn"
             };

Properties

Reason

A user-defined reason for changing a control's enablement status in a specified standard.

public string? Reason { get; set; }
Property Value

string

Remarks

If you are disabling a control, then this property is required.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.html#cfn-securityhub-standard-standardscontrol-reason

StandardsControlArn

The Amazon Resource Name (ARN) of the control.

public string? StandardsControlArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.html#cfn-securityhub-standard-standardscontrol-standardscontrolarn

Implements

CfnStandardPropsMixin.IStandardsControlProperty
Back to top Generated by DocFX