flow_vpc_interface
Gets an individual flow_vpc_interface
resource
Overview
Name | flow_vpc_interface |
Type | Resource |
Description | flow_vpc_interface |
Id | awscc.mediaconnect.flow_vpc_interface |
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 assumes 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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
name,
role_arn,
security_group_ids,
subnet_id,
network_interface_ids
FROM awscc.mediaconnect.flow_vpc_interface
WHERE data__Identifier = '<FlowArn>|<Name>';
Permissions
To operate on the flow_vpc_interface
resource, the following permissions are required:
Read
mediaconnect:DescribeFlow
Update
mediaconnect:DescribeFlow,
mediaconnect:AddFlowVpcInterfaces,
mediaconnect:RemoveFlowVpcInterface
Delete
mediaconnect:DescribeFlow,
mediaconnect:RemoveFlowVpcInterface