DistributionConfigurationAmiDistributionConfiguration

data class DistributionConfigurationAmiDistributionConfiguration(val amiTags: Map<String, String>? = null, val description: String? = null, val kmsKeyId: String? = null, val launchPermissionConfiguration: DistributionConfigurationLaunchPermissionConfiguration? = null, val name: String? = null, val targetAccountIds: List<String>? = null)

The specific AMI settings (for example, launch permissions, AMI tags).

Constructors

constructor(amiTags: Map<String, String>? = null, description: String? = null, kmsKeyId: String? = null, launchPermissionConfiguration: DistributionConfigurationLaunchPermissionConfiguration? = null, name: String? = null, targetAccountIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amiTags: Map<String, String>? = null

The tags to apply to AMIs distributed to this Region.

Link copied to clipboard
val description: String? = null

The description of the AMI distribution configuration.

Link copied to clipboard
val kmsKeyId: String? = null

The KMS key identifier used to encrypt the distributed image.

Link copied to clipboard

Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.

Link copied to clipboard
val name: String? = null

The name of the AMI distribution configuration.

Link copied to clipboard

The ID of accounts to which you want to distribute an image.