AWS::RTBFabric::Link ModuleConfiguration - AWS CloudFormation

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::RTBFabric::Link ModuleConfiguration

Describes the configuration of a module.

To declare this entity in your AWS CloudFormation template, use the following syntax:

{ "DependsOn" : [ String, ... ], "ModuleParameters" : ModuleParameters, "Name" : String, "Version" : String }
DependsOn: - String ModuleParameters: ModuleParameters Name: String Version: String

The dependencies of the module.

Required: No

Type: Array of String

Update requires: No interruption

Describes the parameters of a module.

Required: No

Type: ModuleParameters

Update requires: No interruption

The name of the module.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9 -]+$

Update requires: No interruption

The version of the module.

Required: No

Type: String

Pattern: ^[a-z0-9]{1,25}$

Update requires: No interruption