DistributionConfigurationSsmParameterConfiguration

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

The SSM parameter configuration for AMI distribution.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amiAccountId: String? = null

The account ID for the AMI to update the parameter with.

Link copied to clipboard

The data type of the SSM parameter.

Link copied to clipboard

The name of the SSM parameter.