You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::LaunchPermissionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LaunchPermissionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_ids: ["AccountId"],
  user_groups: ["NonEmptyString"],
}

Describes the configuration for a launch permission. The launch permission modification request is sent to the EC2 ModifyImageAttribute API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public, set the launch permission authorized accounts to all. See the examples for making an AMI public at EC2 ModifyImageAttribute.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#user_groupsArray<String>

The name of the group.

Returns:

  • (Array<String>)

    The name of the group.

#user_idsArray<String>

The AWS account ID.

Returns:

  • (Array<String>)

    The AWS account ID.