Class CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.securityhub.mixins.CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty
An implementation for
CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty-
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.mixins.preview.services.securityhub.mixins.CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty
CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Builder, CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.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 ObjectgetValue()The current value of a control parameter.final StringIdentifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub CSPM behavior.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
protected Jsii$Proxy(CfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty.Builder.
-
-
Method Details
-
getValue
Description copied from interface:CfnConfigurationPolicyPropsMixin.ParameterConfigurationPropertyThe current value of a control parameter.Returns union: either
IResolvableorCfnConfigurationPolicyPropsMixin.ParameterValueProperty- Specified by:
getValuein interfaceCfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty- See Also:
-
getValueType
Description copied from interface:CfnConfigurationPolicyPropsMixin.ParameterConfigurationPropertyIdentifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub CSPM behavior.When
ValueTypeis set equal toDEFAULT, the default behavior can be a specific Security Hub CSPM default value, or the default behavior can be to ignore a specific parameter. WhenValueTypeis set equal toDEFAULT, Security Hub CSPM ignores user-provided input for theValuefield.When
ValueTypeis set equal toCUSTOM, theValuefield can't be empty.- Specified by:
getValueTypein interfaceCfnConfigurationPolicyPropsMixin.ParameterConfigurationProperty- 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()
-