flow_vpc_interfaces
Retrieves a list of flow_vpc_interfaces
in a region
Overview
Name | flow_vpc_interfaces |
Type | Resource |
Description | flow_vpc_interfaces |
Id | awscc.mediaconnect.flow_vpc_interfaces |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
name
FROM awscc.mediaconnect.flow_vpc_interfaces
WHERE region = 'us-east-1'
Permissions
To operate on the flow_vpc_interfaces
resource, the following permissions are required:
Create
iam:PassRole,
mediaconnect:DescribeFlow,
mediaconnect:AddFlowVpcInterfaces
List
mediaconnect:DescribeFlow