Class CfnEnvironmentTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.proton.CfnEnvironmentTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentTemplateMixinProps
An implementation for
CfnEnvironmentTemplateMixinProps-
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.proton.CfnEnvironmentTemplateMixinProps
CfnEnvironmentTemplateMixinProps.Builder, CfnEnvironmentTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentTemplateMixinProps.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 StringA description of the environment template.final StringThe name of the environment template as displayed in the developer interface.final StringThe customer provided encryption key for the environment template.final StringgetName()The name of the environment template.final StringWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.getTags()An optional list of metadata items that you can associate with the AWS Proton environment template.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 theCfnEnvironmentTemplateMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnEnvironmentTemplateMixinPropsA description of the environment template.- Specified by:
getDescriptionin interfaceCfnEnvironmentTemplateMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnEnvironmentTemplateMixinPropsThe name of the environment template as displayed in the developer interface.- Specified by:
getDisplayNamein interfaceCfnEnvironmentTemplateMixinProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnEnvironmentTemplateMixinPropsThe customer provided encryption key for the environment template.- Specified by:
getEncryptionKeyin interfaceCfnEnvironmentTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentTemplateMixinPropsThe name of the environment template.- Specified by:
getNamein interfaceCfnEnvironmentTemplateMixinProps- See Also:
-
getProvisioning
Description copied from interface:CfnEnvironmentTemplateMixinPropsWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.- Specified by:
getProvisioningin interfaceCfnEnvironmentTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentTemplateMixinPropsAn optional list of metadata items that you can associate with the AWS Proton environment template.A tag is a key-value pair.
For more information, see AWS Proton resources and tagging in the AWS Proton User Guide .
- Specified by:
getTagsin interfaceCfnEnvironmentTemplateMixinProps- 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()
-