simulation_applications
Retrieves a list of simulation_applications
in a region
Overview
Name | simulation_applications |
Type | Resource |
Description | simulation_applications |
Id | awscc.robomaker.simulation_applications |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.robomaker.simulation_applications
WHERE region = 'us-east-1'
Permissions
To operate on the simulation_applications
resource, the following permissions are required:
Create
robomaker:CreateSimulationApplication,
robomaker:TagResource,
robomaker:UntagResource,
ecr:BatchGetImage,
ecr:GetAuthorizationToken,
ecr:BatchCheckLayerAvailability,
ecr-public:GetAuthorizationToken,
sts:GetServiceBearerToken
List
robomaker:ListSimulationApplications