[ aws . nimble ]

get-launch-profile-initialization

Description

Get a launch profile initialization.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  get-launch-profile-initialization
--launch-profile-id <value>
--launch-profile-protocol-versions <value>
--launch-purpose <value>
--platform <value>
--studio-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--launch-profile-id (string)

The launch profile ID.

--launch-profile-protocol-versions (list)

A collection of launch profile protocol versions.

(string)

Syntax:

"string" "string" ...

--launch-purpose (string)

The launch purpose.

--platform (string)

The platform.

--studio-id (string)

The studio ID.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

launchProfileInitialization -> (structure)

The launch profile initialization.

activeDirectory -> (structure)

A LaunchProfileInitializationActiveDirectory resource.

computerAttributes -> (list)

A collection of custom attributes for an Active Directory computer.

(structure)

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

name -> (string)

The name for the LDAP attribute.

value -> (string)

The value for the LDAP attribute.

directoryId -> (string)

The directory ID of the Directory Service for Microsoft Active Directory to access using this launch profile.

directoryName -> (string)

The directory name.

dnsIpAddresses -> (list)

The DNS IP address.

(string)

organizationalUnitDistinguishedName -> (string)

The name for the organizational unit distinguished name.

studioComponentId -> (string)

The unique identifier for a studio component resource.

studioComponentName -> (string)

The name for the studio component.

ec2SecurityGroupIds -> (list)

The EC2 security groups that control access to the studio component.

(string)

launchProfileId -> (string)

The launch profile ID.

launchProfileProtocolVersion -> (string)

The version number of the protocol that is used by the launch profile. The only valid version is “2021-03-31”.

launchPurpose -> (string)

The launch purpose.

name -> (string)

The name for the launch profile.

platform -> (string)

The platform of the launch platform, either WINDOWS or LINUX.

systemInitializationScripts -> (list)

The system initializtion scripts.

(structure)

script -> (string)

The initialization script.

studioComponentId -> (string)

The unique identifier for a studio component resource.

studioComponentName -> (string)

The name for the studio component.

userInitializationScripts -> (list)

The user initializtion scripts.

(structure)

script -> (string)

The initialization script.

studioComponentId -> (string)

The unique identifier for a studio component resource.

studioComponentName -> (string)

The name for the studio component.