aws.nimble.list_launch_profile_members
Example SQL Queries
SELECT * FROMaws.nimble.list_launch_profile_membersWHERE"launch_profile_id" = 'VALUE'AND "studio_id" = 'VALUE';Description
Get all users in a given launch profile membership.
Table Definition
| Column Name | Column Data Type |
|---|---|
| launch_profile_id Required Input Column The ID of the launch profile used to control access from the streaming session. | VARCHAR |
| studio_id Required Input Column The studio ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| identity_store_id The ID of the identity store. | VARCHAR |
| persona The persona. | VARCHAR |
| principal_id The principal ID. | VARCHAR |
| sid The Active Directory Security Identifier for this user, if available. | VARCHAR |