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

Resource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticbeanstalk.git

Properties

ApplicationName string | Aws_CF_FunctionString required

The name of the Elastic Beanstalk application to associate with this configuration template.

Description string | Aws_CF_FunctionString

An optional description for this configuration.

EnvironmentId string | Aws_CF_FunctionString

The ID of an environment whose settings you want to use to create the configuration template. You must specify EnvironmentId if you don't specify PlatformArn, SolutionStackName, or SourceConfiguration.

Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

PlatformArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

SolutionStackName string | Aws_CF_FunctionString

The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide.

You must specify SolutionStackName if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration.

Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

SourceConfiguration object
2 nested properties
ApplicationName string | Aws_CF_FunctionString required

The name of the application associated with the configuration.

TemplateName string | Aws_CF_FunctionString required

The name of the configuration template.

Definitions

SourceConfiguration object
ApplicationName string | Aws_CF_FunctionString required

The name of the application associated with the configuration.

TemplateName string | Aws_CF_FunctionString required

The name of the configuration template.

ConfigurationOptionSetting 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.