aws.mediaconnect.describe_gateway
Example SQL Queries
SELECT * FROMaws.mediaconnect.describe_gatewayWHERE"gateway_arn" = 'VALUE';Description
Displays the details of a gateway. The response includes the gateway ARN, name, and CIDR blocks, as well as details about the networks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required Input Column The Amazon Resource Name (ARN) of the gateway that you want to describe. | 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 |
| gateway The settings for a gateway, including its networks. | STRUCT( |
Show child fields
| |