Class CfnEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.m2.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.m2.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 description of the runtime environment.final StringThe target platform for the runtime environment.final StringThe version of the runtime engine.final ObjectDefines the details of a high availability configuration.final StringThe instance type of the runtime environment.final StringThe identifier of a customer managed key.final StringgetName()The name of the runtime environment.final StringConfigures the maintenance window you want for the runtime environment.final ObjectSpecifies whether the runtime environment is publicly accessible.The list of security groups for the VPC associated with this runtime environment.final ObjectDefines the storage configuration for a runtime environment.The list of subnets associated with the VPC for this runtime environment.getTags()An array of key-value pairs to apply to this resource.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
-
getEngineType
Description copied from interface:CfnEnvironmentPropsThe target platform for the runtime environment.- Specified by:
getEngineTypein interfaceCfnEnvironmentProps
-
getInstanceType
Description copied from interface:CfnEnvironmentPropsThe instance type of the runtime environment.- Specified by:
getInstanceTypein interfaceCfnEnvironmentProps
-
getName
Description copied from interface:CfnEnvironmentPropsThe name of the runtime environment.- Specified by:
getNamein interfaceCfnEnvironmentProps
-
getDescription
Description copied from interface:CfnEnvironmentPropsThe description of the runtime environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentProps
-
getEngineVersion
Description copied from interface:CfnEnvironmentPropsThe version of the runtime engine.- Specified by:
getEngineVersionin interfaceCfnEnvironmentProps
-
getHighAvailabilityConfig
Description copied from interface:CfnEnvironmentPropsDefines the details of a high availability configuration.- Specified by:
getHighAvailabilityConfigin interfaceCfnEnvironmentProps
-
getKmsKeyId
Description copied from interface:CfnEnvironmentPropsThe identifier of a customer managed key.- Specified by:
getKmsKeyIdin interfaceCfnEnvironmentProps
-
getPreferredMaintenanceWindow
Description copied from interface:CfnEnvironmentPropsConfigures the maintenance window you want for the runtime environment.If you do not provide a value, a random system-generated value will be assigned.
- Specified by:
getPreferredMaintenanceWindowin interfaceCfnEnvironmentProps
-
getPubliclyAccessible
Description copied from interface:CfnEnvironmentPropsSpecifies whether the runtime environment is publicly accessible.- Specified by:
getPubliclyAccessiblein interfaceCfnEnvironmentProps
-
getSecurityGroupIds
Description copied from interface:CfnEnvironmentPropsThe list of security groups for the VPC associated with this runtime environment.- Specified by:
getSecurityGroupIdsin interfaceCfnEnvironmentProps
-
getStorageConfigurations
Description copied from interface:CfnEnvironmentPropsDefines the storage configuration for a runtime environment.- Specified by:
getStorageConfigurationsin interfaceCfnEnvironmentProps
-
getSubnetIds
Description copied from interface:CfnEnvironmentPropsThe list of subnets associated with the VPC for this runtime environment.- Specified by:
getSubnetIdsin interfaceCfnEnvironmentProps
-
getTags
Description copied from interface:CfnEnvironmentPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- 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()
-