interface EncoderConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Ivs.EncoderConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivs#EncoderConfigurationReference |
Java | software.amazon.awscdk.interfaces.ivs.EncoderConfigurationReference |
Python | aws_cdk.interfaces.aws_ivs.EncoderConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_ivs » EncoderConfigurationReference |
A reference to a EncoderConfiguration 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_aws_ivs } from 'aws-cdk-lib/interfaces';
const encoderConfigurationReference: interfaces_aws_ivs.EncoderConfigurationReference = {
encoderConfigurationArn: 'encoderConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| encoder | string | The Arn of the EncoderConfiguration resource. |
encoderConfigurationArn
Type:
string
The Arn of the EncoderConfiguration resource.

.NET
Go
Java
Python
TypeScript