interface IngestConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.IngestConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#IngestConfigurationReference |
![]() | software.amazon.awscdk.services.ivs.IngestConfigurationReference |
![]() | aws_cdk.aws_ivs.IngestConfigurationReference |
![]() | 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.