Class CfnEnvironmentTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.proton.CfnEnvironmentTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentTemplateProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentTemplateProps
An implementation for
CfnEnvironmentTemplateProps-
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.proton.CfnEnvironmentTemplateProps
CfnEnvironmentTemplateProps.Builder, CfnEnvironmentTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentTemplateProps.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 theCfnEnvironmentTemplateProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnEnvironmentTemplatePropsA description of the environment template.- Specified by:
getDescriptionin interfaceCfnEnvironmentTemplateProps- See Also:
-
getDisplayName
Description copied from interface:CfnEnvironmentTemplatePropsThe name of the environment template as displayed in the developer interface.- Specified by:
getDisplayNamein interfaceCfnEnvironmentTemplateProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnEnvironmentTemplatePropsThe customer provided encryption key for the environment template.- Specified by:
getEncryptionKeyin interfaceCfnEnvironmentTemplateProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentTemplatePropsThe name of the environment template.- Specified by:
getNamein interfaceCfnEnvironmentTemplateProps- See Also:
-
getProvisioning
Description copied from interface:CfnEnvironmentTemplatePropsWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.- Specified by:
getProvisioningin interfaceCfnEnvironmentTemplateProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentTemplatePropsAn 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 interfaceCfnEnvironmentTemplateProps- 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()
-