AWS::MediaConnect::FlowSourceResource schema for AWS::MediaConnect::FlowSource
18 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
Name | string | RequiredCreate-only |
Decryption | Encryption | |
EntitlementArn | string | |
FlowArn | string | |
GatewayBridgeSource | GatewayBridgeSource | |
IngestPort | integer | |
MaxBitrate | integer | |
MaxLatency | integer | |
MinLatency | integer | |
Protocol | string | |
SenderControlPort | integer | |
SenderIpAddress | string | |
SourceListenerAddress | string | |
SourceListenerPort | integer | |
StreamId | string | |
VpcInterfaceName | string | |
WhitelistCidr | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IngestIp | string | The IP address that the flow will be listening on for incoming content. |
SourceArn | string | The ARN of the source. |
SourceIngestPort | string | The port that the flow will be listening on for incoming content.(ReadOnly) |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::FlowSource
Resources:
MyResource:
Type: AWS::MediaConnect::FlowSource
Properties:
Name: "my-name"
Description: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
mediaconnect:CreateFlowmediaconnect:DescribeFlowmediaconnect:AddFlowSourcesiam:PassRolemediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:DescribeFlowmediaconnect:UpdateFlowSourcemediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:RemoveFlowSourcemediaconnect:DescribeFlowmediaconnect:ListFlowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSourceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name