AWS Fundamentals Logo
AWS Fundamentals
AWS::ManagedBlockchain::Member

ManagedBlockchain Member

Resource Type definition for AWS::ManagedBlockchain::Member

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
MemberConfiguration
MemberConfiguration
Required
InvitationId
string
NetworkConfiguration
NetworkConfiguration
NetworkId
string

Return Values

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

AttributeTypeDescription
MemberIdstring-

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::Member

Resources:
  MyResource:
    Type: AWS::ManagedBlockchain::Member
    Properties:
      MemberConfiguration: "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
Required1
TaggingNot supported
Primary IDMemberId

Related Resources

External Links