AWS::IVS::IngestConfigurationThe `AWS::IVS::IngestConfiguration` resource specifies an ingest protocol to be used for a stage. For more information, see [Stream Ingest](https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html) in the *Amazon IVS Real-Time Streaming User Guide* .
import { CfnIngestConfiguration } from 'aws-cdk-lib/aws-ivs';Or use the module namespace:
import * as ivs from 'aws-cdk-lib/aws-ivs';
// ivs.CfnIngestConfigurationConfiguration passed to the constructor as CfnIngestConfigurationProps.
ingestProtocolOptionalstringType of ingest protocol that the user employs for broadcasting.
Default: - "RTMPS"
insecureIngestOptionalboolean | IResolvableWhether the channel allows insecure RTMP ingest. Default: `false` .
Default: - false
nameOptionalstringIngest name.
Default: - "-"
stageArnOptionalstringARN of the stage with which the IngestConfiguration is associated.
Default: - ""
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
userIdOptionalstringCustomer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ivsAWS::IVS::IngestConfiguration