Class CfnEnvironmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentMixinProps
CfnEnvironmentMixinProps-
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.cfnpropertymixins.services.m2.CfnEnvironmentMixinProps
CfnEnvironmentMixinProps.Builder, CfnEnvironmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentMixinProps.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 theCfnEnvironmentMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnEnvironmentMixinPropsThe description of the runtime environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentMixinProps- See Also:
-
getEngineType
Description copied from interface:CfnEnvironmentMixinPropsThe target platform for the runtime environment.- Specified by:
getEngineTypein interfaceCfnEnvironmentMixinProps- See Also:
-
getEngineVersion
Description copied from interface:CfnEnvironmentMixinPropsThe version of the runtime engine.- Specified by:
getEngineVersionin interfaceCfnEnvironmentMixinProps- See Also:
-
getHighAvailabilityConfig
Description copied from interface:CfnEnvironmentMixinPropsAWS 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
IResolvableorCfnEnvironmentPropsMixin.HighAvailabilityConfigProperty- Specified by:
getHighAvailabilityConfigin interfaceCfnEnvironmentMixinProps- See Also:
-
getInstanceType
Description copied from interface:CfnEnvironmentMixinPropsThe instance type of the runtime environment.- Specified by:
getInstanceTypein interfaceCfnEnvironmentMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnEnvironmentMixinPropsThe identifier of a customer managed key.- Specified by:
getKmsKeyIdin interfaceCfnEnvironmentMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentMixinPropsThe name of the runtime environment.- Specified by:
getNamein interfaceCfnEnvironmentMixinProps- See Also:
-
getNetworkType
Description copied from interface:CfnEnvironmentMixinPropsThe network type supported by the runtime environment.- Specified by:
getNetworkTypein interfaceCfnEnvironmentMixinProps- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnEnvironmentMixinPropsConfigures 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 interfaceCfnEnvironmentMixinProps- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnEnvironmentMixinPropsSpecifies whether the runtime environment is publicly accessible.Returns union: either
BooleanorIResolvable- Specified by:
getPubliclyAccessiblein interfaceCfnEnvironmentMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnEnvironmentMixinPropsThe list of security groups for the VPC associated with this runtime environment.- Specified by:
getSecurityGroupIdsin interfaceCfnEnvironmentMixinProps- See Also:
-
getStorageConfigurations
Description copied from interface:CfnEnvironmentMixinPropsAWS 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: '<'eitherIResolvableorCfnEnvironmentPropsMixin.StorageConfigurationProperty>- Specified by:
getStorageConfigurationsin interfaceCfnEnvironmentMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnEnvironmentMixinPropsThe list of subnets associated with the VPC for this runtime environment.- Specified by:
getSubnetIdsin interfaceCfnEnvironmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnEnvironmentMixinProps- 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()
-