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

Resource Type definition for AWS::ElasticBeanstalk::Environment. Source:- No source definition found, add manually please

Properties

ApplicationName string | Aws_CF_FunctionString required

The name of the application that is associated with this environment.

PlatformArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of the custom platform to use with the environment.

Description string | Aws_CF_FunctionString

Your description for this environment.

EnvironmentName string | Aws_CF_FunctionString

A unique name for the environment.

OperationsRole string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.

Tier object
3 nested properties
Type string | Aws_CF_FunctionString

The type of this environment tier.

Version string | Aws_CF_FunctionString

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

Name string | Aws_CF_FunctionString

The name of this environment tier.

VersionLabel string | Aws_CF_FunctionString

The name of the application version to deploy.

OptionSettings OptionSetting[]

Key-value pairs defining configuration options for this environment, such as the instance type.

TemplateName string | Aws_CF_FunctionString

The name of the Elastic Beanstalk configuration template to use with the environment.

SolutionStackName string | Aws_CF_FunctionString

The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.

CNAMEPrefix string | Aws_CF_FunctionString

If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.

Tags Tag[]

Specifies the tags applied to resources in the environment.

Definitions

Tier object
Type string | Aws_CF_FunctionString

The type of this environment tier.

Version string | Aws_CF_FunctionString

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

Name string | Aws_CF_FunctionString

The name of this environment tier.

OptionSetting object
Namespace string | Aws_CF_FunctionString required

A unique namespace that identifies the option's associated AWS resource.

OptionName string | Aws_CF_FunctionString required

The name of the configuration option.

ResourceName string | Aws_CF_FunctionString

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

Value string | Aws_CF_FunctionString

The current value for the configuration option.

Tag object
Value string | Aws_CF_FunctionString required

The value for the tag.

Key string | Aws_CF_FunctionString required

The key name of the tag.