Environment

class Environment : KotlinCustomResource

Represents a runtime environment that can run migrated mainframe applications.

Properties

Link copied to clipboard
val description: Output<String>?

The description of the environment.

Link copied to clipboard

The target platform for the runtime environment.

Link copied to clipboard
val engineVersion: Output<String>?

The version of the runtime engine for the environment.

Link copied to clipboard
val environmentArn: Output<String>

The Amazon Resource Name (ARN) of the runtime environment.

Link copied to clipboard
val environmentId: Output<String>

The unique identifier of the environment.

Link copied to clipboard

Defines the details of a high availability configuration.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceType: Output<String>

The type of instance underlying the environment.

Link copied to clipboard
val kmsKeyId: Output<String>?

The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources.

Link copied to clipboard
val name: Output<String>

The name of the environment.

Link copied to clipboard

Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned.

Link copied to clipboard

Specifies whether the environment is publicly accessible.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The list of security groups for the VPC associated with this environment.

Link copied to clipboard

The storage configurations defined for the runtime environment.

Link copied to clipboard
val subnetIds: Output<List<String>>?

The unique identifiers of the subnets assigned to this runtime environment.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Tags associated to this environment.

Link copied to clipboard
val urn: Output<String>