Class CfnExtensionPropsMixin.ParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnExtensionPropsMixin.ParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExtensionPropsMixin.ParameterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtensionPropsMixin.ParameterProperty
@Stability(Stable)
@Internal
public static final class CfnExtensionPropsMixin.ParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtensionPropsMixin.ParameterProperty
An implementation for
CfnExtensionPropsMixin.ParameterProperty-
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.appconfig.CfnExtensionPropsMixin.ParameterProperty
CfnExtensionPropsMixin.ParameterProperty.Builder, CfnExtensionPropsMixin.ParameterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExtensionPropsMixin.ParameterProperty.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 StringInformation about the parameter.final ObjectIndicates whether this parameter's value can be supplied at the extension's action point instead of during extension association.final ObjectA parameter value must be specified in the extension association.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 theCfnExtensionPropsMixin.ParameterProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnExtensionPropsMixin.ParameterPropertyInformation about the parameter.- Specified by:
getDescriptionin interfaceCfnExtensionPropsMixin.ParameterProperty- See Also:
-
getDynamic
Description copied from interface:CfnExtensionPropsMixin.ParameterPropertyIndicates whether this parameter's value can be supplied at the extension's action point instead of during extension association.Dynamic parameters can't be marked
Required.Returns union: either
BooleanorIResolvable- Specified by:
getDynamicin interfaceCfnExtensionPropsMixin.ParameterProperty- See Also:
-
getRequired
Description copied from interface:CfnExtensionPropsMixin.ParameterPropertyA parameter value must be specified in the extension association.Returns union: either
BooleanorIResolvable- Specified by:
getRequiredin interfaceCfnExtensionPropsMixin.ParameterProperty- 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()
-