AWS Fundamentals Logo
AWS Fundamentals
AWS::ManagedBlockchain::Node

ManagedBlockchain Node

Resource Type definition for AWS::ManagedBlockchain::Node

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
NetworkId
string
Required
NodeConfiguration
NodeConfiguration
Required
MemberId
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
NodeIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ManagedBlockchain::Node

Resources:
  MyResource:
    Type: AWS::ManagedBlockchain::Node
    Properties:
      NetworkId: "my-networkid"
      NodeConfiguration: "value"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceManagedBlockchain
Properties5
Required2
TaggingNot supported
Primary IDNodeId

Related Resources

External Links