Interface CfnStandard.StandardsControlProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStandard.StandardsControlProperty.Jsii$Proxy
- Enclosing class:
CfnStandard
@Stability(Stable)
public static interface CfnStandard.StandardsControlProperty
extends software.amazon.jsii.JsiiSerializable
Provides details about an individual security control.
For a list of Security Hub controls, see Security Hub controls reference in the Security Hub 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.services.securityhub.*;
StandardsControlProperty standardsControlProperty = StandardsControlProperty.builder()
.standardsControlArn("standardsControlArn")
// the properties below are optional
.reason("reason")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStandard.StandardsControlPropertystatic final classAn implementation forCfnStandard.StandardsControlProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStandardsControlArn
The Amazon Resource Name (ARN) of the control.- See Also:
-
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:
-
builder
-