Class EnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.EnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
EnvironmentOptions
,EnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EnvironmentProps
@Stability(Stable)
@Internal
public static final class EnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EnvironmentProps
An implementation for
EnvironmentProps
-
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.EnvironmentProps
EnvironmentProps.Builder, EnvironmentProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(EnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEnvironmentProps.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 IApplication
The application to be associated with the environment.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 theEnvironmentProps.Builder
.
-
-
Method Details
-
getApplication
Description copied from interface:EnvironmentProps
The application to be associated with the environment.- Specified by:
getApplication
in interfaceEnvironmentProps
-
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()
-