interface BridgeOutputReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.BridgeOutputReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#BridgeOutputReference |
![]() | software.amazon.awscdk.services.mediaconnect.BridgeOutputReference |
![]() | aws_cdk.aws_mediaconnect.BridgeOutputReference |
![]() | aws-cdk-lib » aws_mediaconnect » BridgeOutputReference |
A reference to a BridgeOutput 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 mediaconnect } from 'aws-cdk-lib';
const bridgeOutputReference: mediaconnect.BridgeOutputReference = {
bridgeArn: 'bridgeArn',
bridgeOutputName: 'bridgeOutputName',
};
Properties
Name | Type | Description |
---|---|---|
bridge | string | The BridgeArn of the BridgeOutput resource. |
bridge | string | The Name of the BridgeOutput resource. |
bridgeArn
Type:
string
The BridgeArn of the BridgeOutput resource.
bridgeOutputName
Type:
string
The Name of the BridgeOutput resource.