interface NodeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ManagedBlockchain.NodeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmanagedblockchain#NodeReference |
![]() | software.amazon.awscdk.services.managedblockchain.NodeReference |
![]() | aws_cdk.aws_managedblockchain.NodeReference |
![]() | aws-cdk-lib » aws_managedblockchain » 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_managedblockchain as managedblockchain } from 'aws-cdk-lib';
const nodeReference: managedblockchain.NodeReference = {
nodeArn: 'nodeArn',
nodeId: 'nodeId',
};
Properties
Name | Type | Description |
---|---|---|
node | string | The ARN of the Node resource. |
node | string | The NodeId of the Node resource. |
nodeArn
Type:
string
The ARN of the Node resource.
nodeId
Type:
string
The NodeId of the Node resource.