Class EnvironmentOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.EnvironmentOptions.Jsii$Proxy
- All Implemented Interfaces:
EnvironmentOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EnvironmentOptions
@Stability(Stable)
@Internal
public static final class EnvironmentOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EnvironmentOptions
An implementation for
EnvironmentOptions
-
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.EnvironmentOptions
EnvironmentOptions.Builder, EnvironmentOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EnvironmentOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theEnvironmentOptions.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 DeletionProtectionCheck
A property to prevent accidental deletion of active environments.final String
The description of the environment.final String
The name of the environment.The monitors for 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 theEnvironmentOptions.Builder
.
-
-
Method Details
-
getDeletionProtectionCheck
Description copied from interface:EnvironmentOptions
A property to prevent accidental deletion of active environments.Default: undefined - AppConfig default is ACCOUNT_DEFAULT
- Specified by:
getDeletionProtectionCheck
in interfaceEnvironmentOptions
-
getDescription
Description copied from interface:EnvironmentOptions
The description of the environment.Default: - No description.
- Specified by:
getDescription
in interfaceEnvironmentOptions
-
getEnvironmentName
Description copied from interface:EnvironmentOptions
The name of the environment.Default: - A name is generated.
- Specified by:
getEnvironmentName
in interfaceEnvironmentOptions
-
getMonitors
Description copied from interface:EnvironmentOptions
The monitors for the environment.Default: - No monitors.
- Specified by:
getMonitors
in interfaceEnvironmentOptions
-
$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()
-