AWS::ManagedBlockchain::NodeResource Type definition for AWS::ManagedBlockchain::Node
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
NetworkId | string | Required |
NodeConfiguration | NodeConfiguration | Required |
MemberId | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
NodeId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ManagedBlockchain::Node
Resources:
MyResource:
Type: AWS::ManagedBlockchain::Node
Properties:
NetworkId: "my-networkid"
NodeConfiguration: "value"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNodeId