Distribution Configuration Distribution Ami Distribution Configuration
data class DistributionConfigurationDistributionAmiDistributionConfiguration(val amiTags: Map<String, String>? = null, val description: String? = null, val kmsKeyId: String? = null, val launchPermission: DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission? = null, val name: String? = null, val targetAccountIds: List<String>? = null)
Properties
Link copied to clipboard
Description to apply to the distributed AMI.
Link copied to clipboard
val launchPermission: DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission? = null
Configuration block of EC2 launch permissions to apply to the distributed AMI. Detailed below.
Link copied to clipboard
Set of AWS Account identifiers to distribute the AMI.