Show / Hide Table of Contents

Interface ICfnNodeProps

Properties for defining a AWS::ManagedBlockchain::Node.

Namespace: Amazon.CDK.AWS.ManagedBlockchain
Assembly: Amazon.CDK.AWS.ManagedBlockchain.dll
Syntax (csharp)
public interface ICfnNodeProps
Syntax (vb)
Public Interface ICfnNodeProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html

Synopsis

Properties

MemberId

AWS::ManagedBlockchain::Node.MemberId.

NetworkId

AWS::ManagedBlockchain::Node.NetworkId.

NodeConfiguration

AWS::ManagedBlockchain::Node.NodeConfiguration.

Properties

MemberId

AWS::ManagedBlockchain::Node.MemberId.

string MemberId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-memberid

NetworkId

AWS::ManagedBlockchain::Node.NetworkId.

string NetworkId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid

NodeConfiguration

AWS::ManagedBlockchain::Node.NodeConfiguration.

object NodeConfiguration { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-nodeconfiguration

Back to top Generated by DocFX