Class CfnEnvironment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.m2.CfnEnvironment
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:59.838Z")
@Stability(Stable)
public class CfnEnvironment
extends CfnResource
implements IInspectable
A CloudFormation
AWS::M2::Environment.
Specifies a runtime environment for a given runtime engine.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.m2.*;
CfnEnvironment cfnEnvironment = CfnEnvironment.Builder.create(this, "MyCfnEnvironment")
.engineType("engineType")
.instanceType("instanceType")
.name("name")
// the properties below are optional
.description("description")
.engineVersion("engineVersion")
.highAvailabilityConfig(HighAvailabilityConfigProperty.builder()
.desiredCapacity(123)
.build())
.kmsKeyId("kmsKeyId")
.preferredMaintenanceWindow("preferredMaintenanceWindow")
.publiclyAccessible(false)
.securityGroupIds(List.of("securityGroupIds"))
.storageConfigurations(List.of(StorageConfigurationProperty.builder()
.efs(EfsStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build())
.fsx(FsxStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build())
.build()))
.subnetIds(List.of("subnetIds"))
.tags(Map.of(
"tagsKey", "tags"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnEnvironment.static interfaceDefines the storage configuration for an Amazon EFS file system.static interfaceDefines the storage configuration for an Amazon FSx file system.static interfaceDefines the details of a high availability configuration.static interfaceDefines the storage configuration for a runtime environment.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnEnvironment(Construct scope, String id, CfnEnvironmentProps props) Create a newAWS::M2::Environment.protectedCfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the runtime environment.The unique identifier of the runtime environment.The description of the runtime environment.The target platform for the runtime environment.The version of the runtime engine.Defines the details of a high availability configuration.The instance type of the runtime environment.The identifier of a customer managed key.getName()The name of the runtime environment.Configures the maintenance window you want for the runtime environment.Specifies whether the runtime environment is publicly accessible.The list of security groups for the VPC associated with this runtime environment.Defines 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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the runtime environment.voidsetEngineType(String value) The target platform for the runtime environment.voidsetEngineVersion(String value) The version of the runtime engine.voidDefines the details of a high availability configuration.voidDefines the details of a high availability configuration.voidsetInstanceType(String value) The instance type of the runtime environment.voidsetKmsKeyId(String value) The identifier of a customer managed key.voidThe name of the runtime environment.voidConfigures the maintenance window you want for the runtime environment.voidsetPubliclyAccessible(Boolean value) Specifies whether the runtime environment is publicly accessible.voidsetPubliclyAccessible(IResolvable value) Specifies whether the runtime environment is publicly accessible.voidsetSecurityGroupIds(List<String> value) The list of security groups for the VPC associated with this runtime environment.voidsetStorageConfigurations(List<Object> value) Defines the storage configuration for a runtime environment.voidDefines the storage configuration for a runtime environment.voidsetSubnetIds(List<String> value) The list of subnets associated with the VPC for this runtime environment.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEnvironment
protected CfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEnvironment
protected CfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEnvironment
@Stability(Stable) public CfnEnvironment(@NotNull Construct scope, @NotNull String id, @NotNull CfnEnvironmentProps props) Create a newAWS::M2::Environment.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrEnvironmentArn
The Amazon Resource Name (ARN) of the runtime environment. -
getAttrEnvironmentId
The unique identifier of the runtime environment. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
An array of key-value pairs to apply to this resource.For more information, see Tag .
-
getEngineType
The target platform for the runtime environment. -
setEngineType
The target platform for the runtime environment. -
getInstanceType
The instance type of the runtime environment. -
setInstanceType
The instance type of the runtime environment. -
getName
The name of the runtime environment. -
setName
The name of the runtime environment. -
getDescription
The description of the runtime environment. -
setDescription
The description of the runtime environment. -
getEngineVersion
The version of the runtime engine. -
setEngineVersion
The version of the runtime engine. -
getHighAvailabilityConfig
Defines the details of a high availability configuration. -
setHighAvailabilityConfig
Defines the details of a high availability configuration. -
setHighAvailabilityConfig
@Stability(Stable) public void setHighAvailabilityConfig(@Nullable CfnEnvironment.HighAvailabilityConfigProperty value) Defines the details of a high availability configuration. -
getKmsKeyId
The identifier of a customer managed key. -
setKmsKeyId
The identifier of a customer managed key. -
getPreferredMaintenanceWindow
Configures the maintenance window you want for the runtime environment.If you do not provide a value, a random system-generated value will be assigned.
-
setPreferredMaintenanceWindow
Configures the maintenance window you want for the runtime environment.If you do not provide a value, a random system-generated value will be assigned.
-
getPubliclyAccessible
Specifies whether the runtime environment is publicly accessible. -
setPubliclyAccessible
Specifies whether the runtime environment is publicly accessible. -
setPubliclyAccessible
Specifies whether the runtime environment is publicly accessible. -
getSecurityGroupIds
The list of security groups for the VPC associated with this runtime environment. -
setSecurityGroupIds
The list of security groups for the VPC associated with this runtime environment. -
getStorageConfigurations
Defines the storage configuration for a runtime environment. -
setStorageConfigurations
Defines the storage configuration for a runtime environment. -
setStorageConfigurations
Defines the storage configuration for a runtime environment. -
getSubnetIds
The list of subnets associated with the VPC for this runtime environment. -
setSubnetIds
The list of subnets associated with the VPC for this runtime environment.
-