interface NetworkReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.NetworkReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#NetworkReference |
![]() | software.amazon.awscdk.services.medialive.NetworkReference |
![]() | aws_cdk.aws_medialive.NetworkReference |
![]() | aws-cdk-lib » aws_medialive » NetworkReference |
A reference to a Network resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const networkReference: medialive.NetworkReference = {
networkArn: 'networkArn',
networkId: 'networkId',
};
Properties
Name | Type | Description |
---|---|---|
network | string | The ARN of the Network resource. |
network | string | The Id of the Network resource. |
networkArn
Type:
string
The ARN of the Network resource.
networkId
Type:
string
The Id of the Network resource.