Class CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty
An implementation for
CfnConfigurationPolicyPropsMixin.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.cfnpropertymixins.services.securityhub.CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty
CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Builder, CfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationPolicyPropsMixin.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 CSPM 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 theCfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty.Builder.
-
-
Method Details
-
getEnabledStandardIdentifiers
Description copied from interface:CfnConfigurationPolicyPropsMixin.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 interfaceCfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty- See Also:
-
getSecurityControlsConfiguration
Description copied from interface:CfnConfigurationPolicyPropsMixin.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
IResolvableorCfnConfigurationPolicyPropsMixin.SecurityControlsConfigurationProperty- Specified by:
getSecurityControlsConfigurationin interfaceCfnConfigurationPolicyPropsMixin.SecurityHubPolicyProperty- See Also:
-
getServiceEnabled
Description copied from interface:CfnConfigurationPolicyPropsMixin.SecurityHubPolicyPropertyIndicates whether Security Hub CSPM is enabled in the policy.Returns union: either
BooleanorIResolvable- Specified by:
getServiceEnabledin interfaceCfnConfigurationPolicyPropsMixin.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()
-