SsmParameterConfiguration - EC2 Image Builder
This documentation is a draft for private preview for regions in the AWS European Sovereign Cloud. Documentation content will continue to evolve. Published: December 31, 2025.

SsmParameterConfiguration

Configuration for a single Parameter in the AWS Systems Manager (SSM) Parameter Store in a given Region.

Contents

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1011.

Pattern: ^[a-zA-Z0-9_.\-\/]+$

Required: Yes

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.

Type: String

Pattern: ^[0-9]{12}$

Required: No

dataType

The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.

Type: String

Valid Values: text | aws:ec2:image

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: