Class CfnEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentProps
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 Objectfinal StringThe instance type of the runtime environment.final StringThe identifier of a customer managed key.final StringgetName()The name of the runtime environment.final StringThe network type supported by the runtime environment.final StringConfigures the maintenance window that 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 ObjectThe 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- See Also:
-
getInstanceType
Description copied from interface:CfnEnvironmentPropsThe instance type of the runtime environment.- Specified by:
getInstanceTypein interfaceCfnEnvironmentProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentPropsThe name of the runtime environment.- Specified by:
getNamein interfaceCfnEnvironmentProps- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentPropsThe description of the runtime environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentProps- See Also:
-
getEngineVersion
Description copied from interface:CfnEnvironmentPropsThe version of the runtime engine.- Specified by:
getEngineVersionin interfaceCfnEnvironmentProps- See Also:
-
getHighAvailabilityConfig
Description copied from interface:CfnEnvironmentPropsAWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change .
Defines the details of a high availability configuration.
Returns union: either
IResolvableorCfnEnvironment.HighAvailabilityConfigProperty- Specified by:
getHighAvailabilityConfigin interfaceCfnEnvironmentProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnEnvironmentPropsThe identifier of a customer managed key.- Specified by:
getKmsKeyIdin interfaceCfnEnvironmentProps- See Also:
-
getNetworkType
Description copied from interface:CfnEnvironmentPropsThe network type supported by the runtime environment.- Specified by:
getNetworkTypein interfaceCfnEnvironmentProps- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnEnvironmentPropsConfigures the maintenance window that you want for the runtime environment.The maintenance window must have the format
ddd:hh24:mi-ddd:hh24:miand must be less than 24 hours. The following two examples are valid maintenance windows:sun:23:45-mon:00:15orsat:01:00-sat:03:00.If you do not provide a value, a random system-generated value will be assigned.
- Specified by:
getPreferredMaintenanceWindowin interfaceCfnEnvironmentProps- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnEnvironmentPropsSpecifies whether the runtime environment is publicly accessible.Returns union: either
BooleanorIResolvable- Specified by:
getPubliclyAccessiblein interfaceCfnEnvironmentProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnEnvironmentPropsThe list of security groups for the VPC associated with this runtime environment.- Specified by:
getSecurityGroupIdsin interfaceCfnEnvironmentProps- See Also:
-
getStorageConfigurations
Description copied from interface:CfnEnvironmentPropsAWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change .
Defines the storage configuration for a runtime environment.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironment.StorageConfigurationProperty>- Specified by:
getStorageConfigurationsin interfaceCfnEnvironmentProps- See Also:
-
getSubnetIds
Description copied from interface:CfnEnvironmentPropsThe list of subnets associated with the VPC for this runtime environment.- Specified by:
getSubnetIdsin interfaceCfnEnvironmentProps- See Also:
-
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- See Also:
-
$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()
-