flow_vpc_interfaces_list_only
Lists flow_vpc_interfaces in a region or regions, for all properties use flow_vpc_interfaces
Overview
| Name | flow_vpc_interfaces_list_only |
| Type | Resource |
| Description | Resource schema for AWS::MediaConnect::FlowVpcInterface |
| Id | aws.mediaconnect.flow_vpc_interfaces_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
flow_arn | string | The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. |
name | string | Immutable and has to be a unique against other VpcInterfaces in this Flow. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all flow_vpc_interfaces in a region.
SELECT
region,
flow_arn,
name
FROM aws.mediaconnect.flow_vpc_interfaces_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flow_vpc_interfaces_list_only resource, see flow_vpc_interfaces