Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-m2-environment.json
Parent schema serverless-framework-configuration
Type: object

Represents a runtime environment that can run migrated mainframe applications.. Source:- No source definition found, add manually please

Properties

EngineType string | Aws_CF_FunctionString required

The target platform for the environment.

InstanceType string | Aws_CF_FunctionString required

The type of instance underlying the environment.

Name string | Aws_CF_FunctionString required

The name of the environment.

Description string | Aws_CF_FunctionString

The description of the environment.

EngineVersion string | Aws_CF_FunctionString

The version of the runtime engine for the environment.

HighAvailabilityConfig object

Defines the details of a high availability configuration.

1 nested properties
DesiredCapacity integer required
min=1max=100
KmsKeyId string | Aws_CF_FunctionString

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

PreferredMaintenanceWindow string | Aws_CF_FunctionString

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

PubliclyAccessible boolean

Specifies whether the environment is publicly accessible.

SecurityGroupIds string[]

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

StorageConfigurations StorageConfiguration[]

The storage configurations defined for the runtime environment.

SubnetIds string[]

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

Tags object

Defines tags associated to an environment.

Definitions

EfsStorageConfiguration object

Defines the storage configuration for an Amazon EFS file system.

FileSystemId string | Aws_CF_FunctionString required

The file system identifier.

MountPoint string | Aws_CF_FunctionString required

The mount point for the file system.

EngineType string | Aws_CF_FunctionString

The target platform for the environment.

FsxStorageConfiguration object

Defines the storage configuration for an Amazon FSx file system.

FileSystemId string | Aws_CF_FunctionString required

The file system identifier.

MountPoint string | Aws_CF_FunctionString required

The mount point for the file system.

HighAvailabilityConfig object

Defines the details of a high availability configuration.

DesiredCapacity integer required
min=1max=100
StorageConfiguration object

Defines the storage configuration for an environment.

TagMap object

Defines tags associated to an environment.