studios
Retrieves a list of studios
in a region
Overview
Name | studios |
Type | Resource |
Description | studios |
Id | awscc.nimblestudio.studios |
Fields
Name | Datatype | Description |
---|---|---|
studio_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
studio_id
FROM awscc.nimblestudio.studios
WHERE region = 'us-east-1'
Permissions
To operate on the studios
resource, the following permissions are required:
Create
iam:PassRole,
nimble:CreateStudio,
nimble:GetStudio,
nimble:TagResource,
sso:CreateManagedApplicationInstance,
kms:Encrypt,
kms:Decrypt,
kms:CreateGrant,
kms:ListGrants,
kms:GenerateDataKey
List
nimble:ListStudios