Class CfnExtensionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExtensionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtensionMixinProps
CfnExtensionMixinProps-
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.CfnExtensionMixinProps
CfnExtensionMixinProps.Builder, CfnExtensionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnExtensionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExtensionMixinProps.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 ObjectThe actions defined in the extension.final StringInformation about the extension.final NumberYou can omit this field when you create an extension.final StringgetName()A name for the extension.final ObjectThe parameters accepted by the extension.getTags()Adds one or more tags for the specified extension.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 theCfnExtensionMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnExtensionMixinPropsThe actions defined in the extension.- Specified by:
getActionsin interfaceCfnExtensionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnExtensionMixinPropsInformation about the extension.- Specified by:
getDescriptionin interfaceCfnExtensionMixinProps- See Also:
-
getLatestVersionNumber
Description copied from interface:CfnExtensionMixinPropsYou 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:
getLatestVersionNumberin interfaceCfnExtensionMixinProps- See Also:
-
getName
Description copied from interface:CfnExtensionMixinPropsA name for the extension.Each extension name in your account must be unique. Extension versions use the same name.
- Specified by:
getNamein interfaceCfnExtensionMixinProps- See Also:
-
getParameters
Description copied from interface:CfnExtensionMixinPropsThe parameters accepted by the extension.You specify parameter values when you associate the extension to an AWS AppConfig resource by using the
CreateExtensionAssociationAPI action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnExtensionPropsMixin.ParameterProperty>- Specified by:
getParametersin interfaceCfnExtensionMixinProps- See Also:
-
getTags
Description copied from interface:CfnExtensionMixinPropsAdds 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:
getTagsin interfaceCfnExtensionMixinProps- 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()
-