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. |
role_arn | string | Role Arn MediaConnect can assume to create ENIs in customer's account. |
security_group_ids | array | Security Group IDs to be used on ENI. |
subnet_id | string | Subnet must be in the AZ of the Flow |
network_interface_ids | array | IDs of the network interfaces created in customer's account by MediaConnect. |
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