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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DependsOn" :[ String, ... ], "ModuleParameters" :ModuleParameters, "Name" :String, "Version" :String}
YAML
DependsOn:- StringModuleParameters:ModuleParametersName:StringVersion:String
Properties
DependsOn-
The dependencies of the module.
Required: No
Type: Array of String
Update requires: No interruption
ModuleParameters-
Describes the parameters of a module.
Required: No
Type: ModuleParameters
Update requires: No interruption
Name-
The name of the module.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9 -]+$Update requires: No interruption
Version-
The version of the module.
Required: No
Type: String
Pattern:
^[a-z0-9]{1,25}$Update requires: No interruption