interface IngestConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Ivs.IngestConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#IngestConfigurationReference |
Java | software.amazon.awscdk.services.ivs.IngestConfigurationReference |
Python | aws_cdk.aws_ivs.IngestConfigurationReference |
TypeScript | aws-cdk-lib » aws_ivs » IngestConfigurationReference |
A reference to a IngestConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const ingestConfigurationReference: ivs.IngestConfigurationReference = {
ingestConfigurationArn: 'ingestConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| ingest | string | The Arn of the IngestConfiguration resource. |
ingestConfigurationArn
Type:
string
The Arn of the IngestConfiguration resource.

.NET
Go
Java
Python
TypeScript