interface IngestConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Ivs.IngestConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivs#IngestConfigurationReference |
Java | software.amazon.awscdk.interfaces.ivs.IngestConfigurationReference |
Python | aws_cdk.interfaces.aws_ivs.IngestConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_ivs } from 'aws-cdk-lib/interfaces';
const ingestConfigurationReference: interfaces_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