interface NodeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MediaLive.NodeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmedialive#NodeReference |
Java | software.amazon.awscdk.interfaces.medialive.NodeReference |
Python | aws_cdk.interfaces.aws_medialive.NodeReference |
TypeScript | aws-cdk-lib » interfaces » aws_medialive » NodeReference |
A reference to a Node 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 interfaces_medialive } from 'aws-cdk-lib/interfaces';
const nodeReference: interfaces_medialive.NodeReference = {
nodeArn: 'nodeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| node | string | The Arn of the Node resource. |
nodeArn
Type:
string
The Arn of the Node resource.

.NET
Go
Java
Python
TypeScript