AWS::RTBFabric::Link ModuleConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::RTBFabric::Link ModuleConfiguration

Describes the configuration of a module.

To declare this entity in your Amazon 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