Interface CfnStandardPropsMixin.StandardsControlProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStandardPropsMixin.StandardsControlProperty.Jsii$Proxy
- Enclosing class:
CfnStandardPropsMixin
@Stability(Stable)
public static interface CfnStandardPropsMixin.StandardsControlProperty
extends software.amazon.jsii.JsiiSerializable
Provides details about an individual security control.
For a list of Security Hub CSPM controls, see Security Hub CSPM controls reference in the AWS Security Hub CSPM User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.securityhub.*;
StandardsControlProperty standardsControlProperty = StandardsControlProperty.builder()
.reason("reason")
.standardsControlArn("standardsControlArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStandardPropsMixin.StandardsControlPropertystatic final classAn implementation forCfnStandardPropsMixin.StandardsControlProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReason
A user-defined reason for changing a control's enablement status in a specified standard.If you are disabling a control, then this property is required.
- See Also:
-
getStandardsControlArn
The Amazon Resource Name (ARN) of the control.- See Also:
-
builder
-