SsmParameterConfiguration
Configuration for a single Parameter in the Amazon Web Services Systems Manager (SSM) Parameter Store in a given Region.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image
.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun copy(block: SsmParameterConfiguration.Builder.() -> Unit = {}): SsmParameterConfiguration