Class CfnExtensionAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnExtensionAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExtensionAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtensionAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnExtensionAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtensionAssociationMixinProps
An implementation for
CfnExtensionAssociationMixinProps-
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.CfnExtensionAssociationMixinProps
CfnExtensionAssociationMixinProps.Builder, CfnExtensionAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExtensionAssociationMixinProps.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 StringThe name, the ID, or the Amazon Resource Name (ARN) of the extension.final NumberThe version number of the extension.final ObjectThe parameter names and values defined in the extensions.final StringThe ARN of an application, configuration profile, or environment.getTags()Adds one or more tags for the specified 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 theCfnExtensionAssociationMixinProps.Builder.
-
-
Method Details
-
getExtensionIdentifier
Description copied from interface:CfnExtensionAssociationMixinPropsThe name, the ID, or the Amazon Resource Name (ARN) of the extension.- Specified by:
getExtensionIdentifierin interfaceCfnExtensionAssociationMixinProps- See Also:
-
getExtensionVersionNumber
Description copied from interface:CfnExtensionAssociationMixinPropsThe version number of the extension.If not specified, AWS AppConfig uses the maximum version of the extension.
- Specified by:
getExtensionVersionNumberin interfaceCfnExtensionAssociationMixinProps- See Also:
-
getParameters
Description copied from interface:CfnExtensionAssociationMixinPropsThe parameter names and values defined in the extensions.Extension parameters marked
Requiredmust be entered for this field.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getParametersin interfaceCfnExtensionAssociationMixinProps- See Also:
-
getResourceIdentifier
Description copied from interface:CfnExtensionAssociationMixinPropsThe ARN of an application, configuration profile, or environment.- Specified by:
getResourceIdentifierin interfaceCfnExtensionAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnExtensionAssociationMixinPropsAdds one or more tags for the specified extension association.Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
- Specified by:
getTagsin interfaceCfnExtensionAssociationMixinProps- 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()
-