Class CfnExtensionAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnExtensionAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnExtensionAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnExtensionAssociationProps
 
@Stability(Stable)
@Internal
public static final class CfnExtensionAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtensionAssociationProps
An implementation for 
CfnExtensionAssociationProps- 
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.appconfig.CfnExtensionAssociationProps
CfnExtensionAssociationProps.Builder, CfnExtensionAssociationProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExtensionAssociationProps.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 theCfnExtensionAssociationProps.Builder. 
 - 
 - 
Method Details
- 
getExtensionIdentifier
Description copied from interface:CfnExtensionAssociationPropsThe name, the ID, or the Amazon Resource Name (ARN) of the extension.- Specified by:
 getExtensionIdentifierin interfaceCfnExtensionAssociationProps
 - 
getExtensionVersionNumber
Description copied from interface:CfnExtensionAssociationPropsThe version number of the extension.If not specified, AWS AppConfig uses the maximum version of the extension.
- Specified by:
 getExtensionVersionNumberin interfaceCfnExtensionAssociationProps
 - 
getParameters
Description copied from interface:CfnExtensionAssociationPropsThe parameter names and values defined in the extensions.Extension parameters marked
Requiredmust be entered for this field.- Specified by:
 getParametersin interfaceCfnExtensionAssociationProps
 - 
getResourceIdentifier
Description copied from interface:CfnExtensionAssociationPropsThe ARN of an application, configuration profile, or environment.- Specified by:
 getResourceIdentifierin interfaceCfnExtensionAssociationProps
 - 
getTags
Description copied from interface:CfnExtensionAssociationPropsAdds 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 interfaceCfnExtensionAssociationProps
 - 
$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() 
 -