flow
Gets an individual flow
resource
Overview
Name | flow |
Type | Resource |
Description | flow |
Id | awscc.mediaconnect.flow |
Fields
Name | Datatype | Description |
---|---|---|
flow_arn | string | The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. |
name | string | The name of the flow. |
availability_zone | string | The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS. |
flow_availability_zone | string | The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly) |
source | object | The source of the flow. |
source_failover_config | object | The source failover config of the flow. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
name,
availability_zone,
flow_availability_zone,
source,
source_failover_config
FROM awscc.mediaconnect.flow
WHERE data__Identifier = '<FlowArn>';
Permissions
To operate on the flow
resource, the following permissions are required:
Read
mediaconnect:DescribeFlow
Update
mediaconnect:DescribeFlow,
mediaconnect:UpdateFlow,
mediaconnect:UpdateFlowSource
Delete
mediaconnect:DescribeFlow,
mediaconnect:DeleteFlow