DistributionConfigurationAmiDistributionConfiguration

data class DistributionConfigurationAmiDistributionConfiguration(val amiTags: Any? = 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

fun DistributionConfigurationAmiDistributionConfiguration(amiTags: Any? = 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: Any? = 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
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.