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

Resource Type definition for AWS::AppConfig::Extension. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Name string | Aws_CF_FunctionString required

Name of the extension.

Actions object required
Description string | Aws_CF_FunctionString

Description of the extension.

Parameters object
LatestVersionNumber integer
Tags Tag[]

An array of key-value tags to apply to this resource.

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Actions Action[]

A list of actions for an extension to take at a specific action point.

Action object

An action for an extension to take at a specific action point.

Name string | Aws_CF_FunctionString required

The name of the extension action.

Uri string | Aws_CF_FunctionString required

The URI of the extension action.

Description string | Aws_CF_FunctionString

The description of the extension Action.

RoleArn string | Aws_CF_FunctionString

The ARN of the role for invoking the extension action.

Parameter object

A parameter for the extension to send to a specific action.

Required boolean required
Description string | Aws_CF_FunctionString

The description of the extension Parameter.