Class CfnEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentProps
An implementation for
CfnEnvironmentProps-
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.CfnEnvironmentProps
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.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 application ID.final StringA description of the environment.final ObjectAmazon CloudWatch alarms to monitor during the deployment process.final StringgetName()A name for the environment.final List<CfnEnvironment.TagsProperty>getTags()Metadata to assign to the environment.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 theCfnEnvironmentProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnEnvironmentPropsThe application ID.- Specified by:
getApplicationIdin interfaceCfnEnvironmentProps
-
getName
Description copied from interface:CfnEnvironmentPropsA name for the environment.- Specified by:
getNamein interfaceCfnEnvironmentProps
-
getDescription
Description copied from interface:CfnEnvironmentPropsA description of the environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentProps
-
getMonitors
Description copied from interface:CfnEnvironmentPropsAmazon CloudWatch alarms to monitor during the deployment process.- Specified by:
getMonitorsin interfaceCfnEnvironmentProps
-
getTags
Description copied from interface:CfnEnvironmentPropsMetadata to assign to the environment.Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
- Specified by:
getTagsin interfaceCfnEnvironmentProps
-
$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()
-