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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnConfigurationPolicy.SecurityHubPolicyProperty
CfnConfigurationPolicy.SecurityHubPolicyProperty.Builder, CfnConfigurationPolicy.SecurityHubPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationPolicy.SecurityHubPolicyProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list that defines which security standards are enabled in the configuration policy.final Object
An object that defines which security controls are enabled in the configuration policy.final Object
Indicates whether Security Hub is enabled in the policy.final int
hashCode()
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.SecurityHubPolicyProperty
A list that defines which security standards are enabled in the configuration policy.This property is required only if
ServiceEnabled
is set totrue
in your configuration policy.- Specified by:
getEnabledStandardIdentifiers
in interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty
- See Also:
-
getSecurityControlsConfiguration
Description copied from interface:CfnConfigurationPolicy.SecurityHubPolicyProperty
An 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
ServiceEnabled
is set to true in your configuration policy.- Specified by:
getSecurityControlsConfiguration
in interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty
- See Also:
-
getServiceEnabled
Description copied from interface:CfnConfigurationPolicy.SecurityHubPolicyProperty
Indicates whether Security Hub is enabled in the policy.- Specified by:
getServiceEnabled
in interfaceCfnConfigurationPolicy.SecurityHubPolicyProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-