Class CfnExtensionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnExtensionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExtensionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtensionProps
@Stability(Stable)
@Internal
public static final class CfnExtensionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtensionProps
An implementation for
CfnExtensionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.CfnExtensionProps
CfnExtensionProps.Builder, CfnExtensionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnExtensionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExtensionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The actions defined in the extension.final String
Information about the extension.final Number
You can omit this field when you create an extension.final String
getName()
A name for the extension.final Object
The parameters accepted by the extension.getTags()
Adds one or more tags for the specified extension.final int
hashCode()
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 theCfnExtensionProps.Builder
.
-
-
Method Details
-
getActions
Description copied from interface:CfnExtensionProps
The actions defined in the extension.- Specified by:
getActions
in interfaceCfnExtensionProps
- See Also:
-
getName
Description copied from interface:CfnExtensionProps
A name for the extension.Each extension name in your account must be unique. Extension versions use the same name.
- Specified by:
getName
in interfaceCfnExtensionProps
- See Also:
-
getDescription
Description copied from interface:CfnExtensionProps
Information about the extension.- Specified by:
getDescription
in interfaceCfnExtensionProps
- See Also:
-
getLatestVersionNumber
Description copied from interface:CfnExtensionProps
You can omit this field when you create an extension.When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.
- Specified by:
getLatestVersionNumber
in interfaceCfnExtensionProps
- See Also:
-
getParameters
Description copied from interface:CfnExtensionProps
The parameters accepted by the extension.You specify parameter values when you associate the extension to an AWS AppConfig resource by using the
CreateExtensionAssociation
API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.- Specified by:
getParameters
in interfaceCfnExtensionProps
- See Also:
-
getTags
Description copied from interface:CfnExtensionProps
Adds one or more tags for the specified extension.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:
getTags
in interfaceCfnExtensionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-