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::ImageBuilder::DistributionConfiguration SsmParameterConfiguration
Configuration for a single Parameter in the AWS Systems Manager (SSM) Parameter Store in a given Region.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AmiAccountId" :String, "DataType" :String, "ParameterName" :String}
YAML
AmiAccountId:StringDataType:StringParameterName:String
Properties
AmiAccountId-
Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.
Required: No
Type: String
Pattern:
^[0-9]{12}$Update requires: No interruption
DataType-
The data type specifies what type of value the Parameter contains. We recommend that you use data type
aws:ec2:image.Required: No
Type: String
Allowed values:
text | aws:ec2:imageUpdate requires: No interruption
ParameterName-
This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_.\-\/]+$Minimum:
1Maximum:
1011Update requires: No interruption