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 NoBidModuleParameters
Describes the parameters of a no bid module.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PassThroughPercentage" :Number, "Reason" :String, "ReasonCode" :Integer}
YAML
PassThroughPercentage:NumberReason:StringReasonCode:Integer
Properties
PassThroughPercentage-
The pass through percentage.
Required: No
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption
Reason-
The reason description.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9]*$Minimum:
1Maximum:
50Update requires: No interruption
ReasonCode-
The reason code.
Required: No
Type: Integer
Minimum:
0Maximum:
10Update requires: No interruption