interface RecordingConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.RecordingConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#RecordingConfigurationReference |
![]() | software.amazon.awscdk.services.ivs.RecordingConfigurationReference |
![]() | aws_cdk.aws_ivs.RecordingConfigurationReference |
![]() | aws-cdk-lib » aws_ivs » RecordingConfigurationReference |
A reference to a RecordingConfiguration 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 recordingConfigurationReference: ivs.RecordingConfigurationReference = {
recordingConfigurationArn: 'recordingConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
recording | string | The Arn of the RecordingConfiguration resource. |
recordingConfigurationArn
Type:
string
The Arn of the RecordingConfiguration resource.