AWS Native is in preview. AWS Classic is fully supported.
aws-native.m2.Environment
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Represents a runtime environment that can run migrated mainframe applications.
Create Environment Resource
new Environment(name: string, args: EnvironmentArgs, opts?: CustomResourceOptions);
@overload
def Environment(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
engine_type: Optional[EnvironmentEngineType] = None,
engine_version: Optional[str] = None,
high_availability_config: Optional[EnvironmentHighAvailabilityConfigArgs] = None,
instance_type: Optional[str] = None,
kms_key_id: Optional[str] = None,
name: Optional[str] = None,
preferred_maintenance_window: Optional[str] = None,
publicly_accessible: Optional[bool] = None,
security_group_ids: Optional[Sequence[str]] = None,
storage_configurations: Optional[Sequence[EnvironmentStorageConfigurationArgs]] = None,
subnet_ids: Optional[Sequence[str]] = None,
tags: Optional[EnvironmentTagMapArgs] = None)
@overload
def Environment(resource_name: str,
args: EnvironmentArgs,
opts: Optional[ResourceOptions] = None)
func NewEnvironment(ctx *Context, name string, args EnvironmentArgs, opts ...ResourceOption) (*Environment, error)
public Environment(string name, EnvironmentArgs args, CustomResourceOptions? opts = null)
public Environment(String name, EnvironmentArgs args)
public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
type: aws-native:m2:Environment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Environment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Environment resource accepts the following input properties:
- Engine
Type Pulumi.Aws Native. M2. Environment Engine Type - Instance
Type string The type of instance underlying the environment.
- Description string
The description of the environment.
- Engine
Version string The version of the runtime engine for the environment.
- High
Availability Pulumi.Config Aws Native. M2. Inputs. Environment High Availability Config - Kms
Key stringId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- Name string
The name of the environment.
- Preferred
Maintenance stringWindow 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 bool Specifies whether the environment is publicly accessible.
- Security
Group List<string>Ids The list of security groups for the VPC associated with this environment.
- Storage
Configurations List<Pulumi.Aws Native. M2. Inputs. Environment Storage Configuration> The storage configurations defined for the runtime environment.
- Subnet
Ids List<string> The unique identifiers of the subnets assigned to this runtime environment.
- Pulumi.
Aws Native. M2. Inputs. Environment Tag Map Tags associated to this environment.
- Engine
Type EnvironmentEngine Type - Instance
Type string The type of instance underlying the environment.
- Description string
The description of the environment.
- Engine
Version string The version of the runtime engine for the environment.
- High
Availability EnvironmentConfig High Availability Config Args - Kms
Key stringId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- Name string
The name of the environment.
- Preferred
Maintenance stringWindow 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 bool Specifies whether the environment is publicly accessible.
- Security
Group []stringIds The list of security groups for the VPC associated with this environment.
- Storage
Configurations []EnvironmentStorage Configuration Args The storage configurations defined for the runtime environment.
- Subnet
Ids []string The unique identifiers of the subnets assigned to this runtime environment.
- Environment
Tag Map Args Tags associated to this environment.
- engine
Type EnvironmentEngine Type - instance
Type String The type of instance underlying the environment.
- description String
The description of the environment.
- engine
Version String The version of the runtime engine for the environment.
- high
Availability EnvironmentConfig High Availability Config - kms
Key StringId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- name String
The name of the environment.
- preferred
Maintenance StringWindow 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 List<String>Ids The list of security groups for the VPC associated with this environment.
- storage
Configurations List<EnvironmentStorage Configuration> The storage configurations defined for the runtime environment.
- subnet
Ids List<String> The unique identifiers of the subnets assigned to this runtime environment.
- Environment
Tag Map Tags associated to this environment.
- engine
Type EnvironmentEngine Type - instance
Type string The type of instance underlying the environment.
- description string
The description of the environment.
- engine
Version string The version of the runtime engine for the environment.
- high
Availability EnvironmentConfig High Availability Config - kms
Key stringId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- name string
The name of the environment.
- preferred
Maintenance stringWindow 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 string[]Ids The list of security groups for the VPC associated with this environment.
- storage
Configurations EnvironmentStorage Configuration[] The storage configurations defined for the runtime environment.
- subnet
Ids string[] The unique identifiers of the subnets assigned to this runtime environment.
- Environment
Tag Map Tags associated to this environment.
- engine_
type EnvironmentEngine Type - instance_
type str The type of instance underlying the environment.
- description str
The description of the environment.
- engine_
version str The version of the runtime engine for the environment.
- high_
availability_ Environmentconfig High Availability Config Args - kms_
key_ strid The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- name str
The name of the environment.
- preferred_
maintenance_ strwindow 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 bool Specifies whether the environment is publicly accessible.
- security_
group_ Sequence[str]ids The list of security groups for the VPC associated with this environment.
- storage_
configurations Sequence[EnvironmentStorage Configuration Args] The storage configurations defined for the runtime environment.
- subnet_
ids Sequence[str] The unique identifiers of the subnets assigned to this runtime environment.
- Environment
Tag Map Args Tags associated to this environment.
- engine
Type "microfocus" | "bluage" - instance
Type String The type of instance underlying the environment.
- description String
The description of the environment.
- engine
Version String The version of the runtime engine for the environment.
- high
Availability Property MapConfig - kms
Key StringId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.
- name String
The name of the environment.
- preferred
Maintenance StringWindow 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 List<String>Ids The list of security groups for the VPC associated with this environment.
- storage
Configurations List<Property Map> The storage configurations defined for the runtime environment.
- subnet
Ids List<String> The unique identifiers of the subnets assigned to this runtime environment.
- Property Map
Tags associated to this environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the Environment resource produces the following output properties:
- Environment
Arn string The Amazon Resource Name (ARN) of the runtime environment.
- Environment
Id string The unique identifier of the environment.
- Id string
The provider-assigned unique ID for this managed resource.
- Environment
Arn string The Amazon Resource Name (ARN) of the runtime environment.
- Environment
Id string The unique identifier of the environment.
- Id string
The provider-assigned unique ID for this managed resource.
- environment
Arn String The Amazon Resource Name (ARN) of the runtime environment.
- environment
Id String The unique identifier of the environment.
- id String
The provider-assigned unique ID for this managed resource.
- environment
Arn string The Amazon Resource Name (ARN) of the runtime environment.
- environment
Id string The unique identifier of the environment.
- id string
The provider-assigned unique ID for this managed resource.
- environment_
arn str The Amazon Resource Name (ARN) of the runtime environment.
- environment_
id str The unique identifier of the environment.
- id str
The provider-assigned unique ID for this managed resource.
- environment
Arn String The Amazon Resource Name (ARN) of the runtime environment.
- environment
Id String The unique identifier of the environment.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
EnvironmentEngineType, EnvironmentEngineTypeArgs
- Microfocus
- microfocus
- Bluage
- bluage
- Environment
Engine Type Microfocus - microfocus
- Environment
Engine Type Bluage - bluage
- Microfocus
- microfocus
- Bluage
- bluage
- Microfocus
- microfocus
- Bluage
- bluage
- MICROFOCUS
- microfocus
- BLUAGE
- bluage
- "microfocus"
- microfocus
- "bluage"
- bluage
EnvironmentHighAvailabilityConfig, EnvironmentHighAvailabilityConfigArgs
- Desired
Capacity int
- Desired
Capacity int
- desired
Capacity Integer
- desired
Capacity number
- desired_
capacity int
- desired
Capacity Number
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.