gateways
Retrieves a list of gateways
in a region
Overview
Name | gateways |
Type | Resource |
Description | gateways |
Id | awscc.mediaconnect.gateways |
Fields
Name | Datatype | Description |
---|---|---|
gateway_arn | string | The Amazon Resource Name (ARN) of the gateway. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
gateway_arn
FROM awscc.mediaconnect.gateways
WHERE region = 'us-east-1'
Permissions
To operate on the gateways
resource, the following permissions are required:
Create
iam:CreateServiceLinkedRole,
mediaconnect:CreateGateway,
mediaconnect:DescribeGateway
List
mediaconnect:ListGateways