Class CfnConfigurationPolicy.SecurityHubPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnConfigurationPolicy.SecurityHubPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationPolicy.SecurityHubPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationPolicy.SecurityHubPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationPolicy.SecurityHubPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationPolicy.SecurityHubPolicyProperty
An implementation for
CfnConfigurationPolicy.SecurityHubPolicyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnConfigurationPolicy.SecurityHubPolicyProperty
CfnConfigurationPolicy.SecurityHubPolicyProperty.Builder, CfnConfigurationPolicy.SecurityHubPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationPolicy.SecurityHubPolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA list that defines which security standards are enabled in the configuration policy.final ObjectAn object that defines which security controls are enabled in the configuration policy.final ObjectIndicates whether Security Hub is enabled in the policy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfigurationPolicy.SecurityHubPolicyProperty.Builder.
-
-
Method Details
-
getEnabledStandardIdentifiers
Description copied from interface:CfnConfigurationPolicy.SecurityHubPolicyPropertyA list that defines which security standards are enabled in the configuration policy.This property is required only if
ServiceEnabledis set totruein your configuration policy.- Specified by:
getEnabledStandardIdentifiersin interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty- See Also:
-
getSecurityControlsConfiguration
Description copied from interface:CfnConfigurationPolicy.SecurityHubPolicyPropertyAn object that defines which security controls are enabled in the configuration policy.The enablement status of a control is aligned across all of the enabled standards in an account.
This property is required only if
ServiceEnabledis set to true in your configuration policy.Returns union: either
IResolvableorCfnConfigurationPolicy.SecurityControlsConfigurationProperty- Specified by:
getSecurityControlsConfigurationin interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty- See Also:
-
getServiceEnabled
Description copied from interface:CfnConfigurationPolicy.SecurityHubPolicyPropertyIndicates whether Security Hub is enabled in the policy.Returns union: either
BooleanorIResolvable- Specified by:
getServiceEnabledin interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-