This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppConfig::Extension Action
The actions defined in the extension.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Name" :String, "RoleArn" :String, "Uri" :String}
YAML
Description:StringName:StringRoleArn:StringUri:String
Properties
- Description
- 
                    Information about actions defined in the extension. Required: No Type: String Minimum: 0Maximum: 1024Update requires: No interruption 
- Name
- 
                    The extension name. Required: Yes Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- RoleArn
- 
                    An Amazon Resource Name (ARN) for an AWS Identity and Access Management assume role. Required: No Type: String Minimum: 20Maximum: 2048Update requires: No interruption 
- Uri
- 
                    The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an AWS Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus. Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption