Class CfnEnvironment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.m2.CfnEnvironment
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:45.988Z")
@Stability(Stable)
public class CfnEnvironment
extends CfnResource
implements IInspectable, ITaggable
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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnEnvironment
.static interface
Defines the storage configuration for an Amazon EFS file system.static interface
Defines the storage configuration for an Amazon FSx file system.static interface
Defines the details of a high availability configuration.static interface
Defines the storage configuration for a runtime environment.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnEnvironment
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnEnvironment
(software.amazon.jsii.JsiiObjectRef objRef) CfnEnvironment
(software.constructs.Construct scope, String id, CfnEnvironmentProps props) -
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 that 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()
Tag Manager which manages the tags for this resource.An array of key-value pairs to apply to this resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) The description of the runtime environment.void
setEngineType
(String value) The target platform for the runtime environment.void
setEngineVersion
(String value) The version of the runtime engine.void
Defines the details of a high availability configuration.void
Defines the details of a high availability configuration.void
setInstanceType
(String value) The instance type of the runtime environment.void
setKmsKeyId
(String value) The identifier of a customer managed key.void
The name of the runtime environment.void
Configures the maintenance window that you want for the runtime environment.void
setPubliclyAccessible
(Boolean value) Specifies whether the runtime environment is publicly accessible.void
setPubliclyAccessible
(IResolvable value) Specifies whether the runtime environment is publicly accessible.void
setSecurityGroupIds
(List<String> value) The list of security groups for the VPC associated with this runtime environment.void
setStorageConfigurations
(List<Object> value) Defines the storage configuration for a runtime environment.void
Defines the storage configuration for a runtime environment.void
setSubnetIds
(List<String> value) The list of subnets associated with the VPC for this runtime environment.void
setTagsRaw
(Map<String, String> value) An array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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 software.constructs.Construct scope, @NotNull String id, @NotNull CfnEnvironmentProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in 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:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
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 that you want for the runtime environment. -
setPreferredMaintenanceWindow
Configures the maintenance window that you want for the runtime environment. -
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. -
getTagsRaw
An array of key-value pairs to apply to this resource. -
setTagsRaw
An array of key-value pairs to apply to this resource.
-