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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.CfnEnvironmentProps
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.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 String
The application ID.final String
On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.final String
A description of the environment.final Object
Amazon CloudWatch alarms to monitor during the deployment process.final String
getName()
A name for the environment.getTags()
Metadata to assign to the environment.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 theCfnEnvironmentProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnEnvironmentProps
The application ID.- Specified by:
getApplicationId
in interfaceCfnEnvironmentProps
- See Also:
-
getName
Description copied from interface:CfnEnvironmentProps
A name for the environment.- Specified by:
getName
in interfaceCfnEnvironmentProps
- See Also:
-
getDeletionProtectionCheck
Description copied from interface:CfnEnvironmentProps
On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
- Specified by:
getDeletionProtectionCheck
in interfaceCfnEnvironmentProps
- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentProps
A description of the environment.- Specified by:
getDescription
in interfaceCfnEnvironmentProps
- See Also:
-
getMonitors
Description copied from interface:CfnEnvironmentProps
Amazon CloudWatch alarms to monitor during the deployment process.- Specified by:
getMonitors
in interfaceCfnEnvironmentProps
- See Also:
-
getTags
Description copied from interface:CfnEnvironmentProps
Metadata 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:
getTags
in interfaceCfnEnvironmentProps
- 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()
-