DistributionConfigurationLaunchPermissionConfiguration

data class DistributionConfigurationLaunchPermissionConfiguration(val organizationArns: List<String>? = null, val organizationalUnitArns: List<String>? = null, val userGroups: List<String>? = null, val userIds: List<String>? = null)

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

Constructors

constructor(organizationArns: List<String>? = null, organizationalUnitArns: List<String>? = null, userGroups: List<String>? = null, userIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.

Link copied to clipboard

The ARN for an Amazon Web Services Organization that you want to share your AMI with.

Link copied to clipboard
val userGroups: List<String>? = null

The name of the group.

Link copied to clipboard
val userIds: List<String>? = null

The AWS account ID.