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

.NET
Go
Java
Python
TypeScript