interface RouterInputReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MediaConnect.RouterInputReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmediaconnect#RouterInputReference |
Java | software.amazon.awscdk.interfaces.mediaconnect.RouterInputReference |
Python | aws_cdk.interfaces.aws_mediaconnect.RouterInputReference |
TypeScript | aws-cdk-lib » interfaces » aws_mediaconnect » RouterInputReference |
A reference to a RouterInput resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as interfaces_mediaconnect } from 'aws-cdk-lib/interfaces';
const routerInputReference: interfaces_mediaconnect.RouterInputReference = {
routerInputArn: 'routerInputArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| router | string | The Arn of the RouterInput resource. |
routerInputArn
Type:
string
The Arn of the RouterInput resource.

.NET
Go
Java
Python
TypeScript