class Aws::Imagebuilder::Types::LaunchPermissionConfiguration

Describes the configuration for a launch permission. The launch permission modification request is sent to the [Amazon 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 [Amazon EC2 ModifyImageAttribute].

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html

@note When making an API call, you may pass LaunchPermissionConfiguration

data as a hash:

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

@!attribute [rw] user_ids

The Amazon Web Services account ID.
@return [Array<String>]

@!attribute [rw] user_groups

The name of the group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/LaunchPermissionConfiguration AWS API Documentation

Constants

SENSITIVE