Represents a runtime environment that can run migrated mainframe applications.
engine_type
(String) The target platform for the environment.instance_type
(String) The type of instance underlying the environment.name
(String) The name of the environment.description
(String) The description of the environment.engine_version
(String) The version of the runtime engine for the environment.high_availability_config
(Attributes) Defines the details of a high availability configuration. (see below for nested schema)kms_key_id
(String) The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.preferred_maintenance_window
(String) Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned.publicly_accessible
(Boolean) Specifies whether the environment is publicly accessible.security_group_ids
(List of String) The list of security groups for the VPC associated with this environment.storage_configurations
(Attributes List) The storage configurations defined for the runtime environment. (see below for nested schema)subnet_ids
(List of String) The unique identifiers of the subnets assigned to this runtime environment.tags
(Map of String) Tags associated to this environment.environment_arn
(String) The Amazon Resource Name (ARN) of the runtime environment.environment_id
(String) The unique identifier of the environment.id
(String) Uniquely identifies the resource.high_availability_config
Required:
desired_capacity
(Number)storage_configurations
Optional:
efs
(Attributes) Defines the storage configuration for an Amazon EFS file system. (see below for nested schema)fsx
(Attributes) Defines the storage configuration for an Amazon FSx file system. (see below for nested schema)storage_configurations.efs
Required:
file_system_id
(String) The file system identifier.mount_point
(String) The mount point for the file system.storage_configurations.fsx
Required:
file_system_id
(String) The file system identifier.mount_point
(String) The mount point for the file system.Import is supported using the following syntax:
$ terraform import awscc_m2_environment.example <resource ID>