DistributionConfigurationDistributionSsmParameterConfiguration

data class DistributionConfigurationDistributionSsmParameterConfiguration(val amiAccountId: String? = null, val dataType: String? = null, val parameterName: String)

Constructors

constructor(amiAccountId: String? = null, dataType: String? = null, parameterName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amiAccountId: String? = null

AWS account ID that will own the parameter in the given region. This account must be specified as a target account in the distribution settings.

Link copied to clipboard
val dataType: String? = null

Data type of the SSM parameter. Valid values are text and aws:ec2:image. AWS recommends using aws:ec2:image.

Link copied to clipboard

Name of the SSM parameter that will store the AMI ID after distribution.