AWS::RTBFabric::Link ModuleConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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