Class CfnConfigurationPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationPolicyProps
CfnConfigurationPolicyProps-
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.CfnConfigurationPolicyProps
CfnConfigurationPolicyProps.Builder, CfnConfigurationPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationPolicyProps.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 booleanfinal ObjectAn object that defines how Security Hub is configured.final StringThe description of the configuration policy.final StringgetName()The name of the configuration policy.getTags()User-defined tags associated with a configuration 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 theCfnConfigurationPolicyProps.Builder.
-
-
Method Details
-
getConfigurationPolicy
Description copied from interface:CfnConfigurationPolicyPropsAn object that defines how Security Hub is configured.It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
Returns union: either
IResolvableorCfnConfigurationPolicy.PolicyProperty- Specified by:
getConfigurationPolicyin interfaceCfnConfigurationPolicyProps- See Also:
-
getName
Description copied from interface:CfnConfigurationPolicyPropsThe name of the configuration policy.Alphanumeric characters and the following ASCII characters are permitted:
-, ., !, *, /.- Specified by:
getNamein interfaceCfnConfigurationPolicyProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationPolicyPropsThe description of the configuration policy.- Specified by:
getDescriptionin interfaceCfnConfigurationPolicyProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationPolicyPropsUser-defined tags associated with a configuration policy.For more information, see Tagging Security Hub resources in the Security Hub user guide .
- Specified by:
getTagsin interfaceCfnConfigurationPolicyProps- 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()
-