Class CfnStandardPropsMixin.StandardsControlProperty
Provides details about an individual security control.
Implements
Inherited Members
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 .
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 .
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
Remarks
If you are disabling a control, then this property is required.
StandardsControlArn
The Amazon Resource Name (ARN) of the control.
public string? StandardsControlArn { get; set; }