Skip to main content

gateways

Retrieves a list of gateways in a region

Overview

Namegateways
TypeResource
Descriptiongateways
Idawscc.mediaconnect.gateways

Fields

NameDatatypeDescription
gateway_arnstringThe Amazon Resource Name (ARN) of the gateway.
regionstringAWS 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