String id
The unique identifier of the accessor.
String type
The type of the accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
String billingToken
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
String status
The current status of the accessor.
Date creationDate
The creation date and time of the accessor.
String arn
The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Map<K,V> tags
The tags assigned to the Accessor.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String networkType
The blockchain network that the Accessor token is created for.
String id
The unique identifier of the accessor.
String type
The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
String status
The current status of the accessor.
Date creationDate
The creation date and time of the accessor.
String arn
The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String networkType
The blockchain network that the Accessor token is created for.
Integer thresholdPercentage
The percentage of votes among all members that must be YES for a proposal to be approved. For
example, a ThresholdPercentage value of 50 indicates 50%. The
ThresholdComparator determines the precise comparison. If a ThresholdPercentage value
of 50 is specified on a network with 10 members, along with a ThresholdComparator value
of GREATER_THAN, this indicates that 6 YES votes are required for the proposal to be
approved.
Integer proposalDurationInHours
The duration from the time that a proposal is created until it expires. If members cast neither the required
number of YES votes to approve the proposal nor the number of NO votes required to
reject it before the duration expires, the proposal is EXPIRED and ProposalActions
aren't carried out.
String thresholdComparator
Determines whether the vote percentage must be greater than the ThresholdPercentage or must be
greater than or equal to the ThresholdPercentage to be approved.
String clientRequestToken
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
String accessorType
The type of accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
Map<K,V> tags
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String networkType
The blockchain network that the Accessor token is created for.
Use the actual networkType value for the blockchain network that you are creating the
Accessor token for.
With the shut down of the Ethereum Goerli and Polygon Mumbai Testnet networks the following
networkType values are no longer available for selection and use.
ETHEREUM_MAINNET_AND_GOERLI
ETHEREUM_GOERLI
POLYGON_MUMBAI
However, your existing Accessor tokens with these networkType values will remain
unchanged.
String accessorId
The unique identifier of the accessor.
String billingToken
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
String networkType
The blockchain network that the accessor token is created for.
String clientRequestToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
String invitationId
The unique identifier of the invitation that is sent to the member to join the network.
String networkId
The unique identifier of the network in which the member is created.
MemberConfiguration memberConfiguration
Member configuration parameters.
String memberId
The unique identifier of the member.
String clientRequestToken
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
String name
The name of the network.
String description
An optional description for the network.
String framework
The blockchain framework that the network uses.
String frameworkVersion
The version of the blockchain framework that the network uses.
NetworkFrameworkConfiguration frameworkConfiguration
Configuration properties of the blockchain framework relevant to the network configuration.
VotingPolicy votingPolicy
The voting rules used by the network to determine if a proposal is approved.
MemberConfiguration memberConfiguration
Configuration properties for the first member within the network.
Map<K,V> tags
Tags to assign to the network.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String clientRequestToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
String networkId
The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
String memberId
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
NodeConfiguration nodeConfiguration
The properties of a node configuration.
Map<K,V> tags
Tags to assign to the node.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String nodeId
The unique identifier of the node.
String clientRequestToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
String networkId
The unique identifier of the network for which the proposal is made.
String memberId
The unique identifier of the member that is creating the proposal. This identifier is especially useful for identifying the member making the proposal when multiple members exist in a single Amazon Web Services account.
ProposalActions actions
The type of actions proposed, such as inviting a member or removing a member. The types of Actions
in a proposal are mutually exclusive. For example, a proposal with Invitations actions cannot also
contain Removals actions.
String description
A description for the proposal that is visible to voting members, for example, "Proposal to add Example Corp. as member."
Map<K,V> tags
Tags to assign to the proposal.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String proposalId
The unique identifier of the proposal.
String accessorId
The unique identifier of the accessor.
String networkId
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
String memberId
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
String nodeId
The unique identifier of the node.
String accessorId
The unique identifier of the accessor.
Accessor accessor
The properties of the accessor.
Member member
The properties of a member.
String networkId
The unique identifier of the network to get information about.
Network network
An object containing network configuration parameters.
Node node
Properties of the node configuration.
Proposal proposal
Information about a proposal.
String invitationId
The unique identifier for the invitation.
Date creationDate
The date and time that the invitation was created.
Date expirationDate
The date and time that the invitation expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this
date and time, the invitee can no longer create a member and join the network using this
InvitationId.
String status
The status of the invitation:
PENDING - The invitee hasn't created a member to join the network, and the invitation hasn't yet
expired.
ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed.
ACCEPTED - The invitee created a member and joined the network using the InvitationID.
REJECTED - The invitee rejected the invitation.
EXPIRED - The invitee neither created a member nor rejected the invitation before the
ExpirationDate.
NetworkSummary networkSummary
String arn
The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String principal
The Amazon Web Services account ID to invite.
Integer maxResults
The maximum number of accessors to list.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String networkType
The blockchain network that the Accessor token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were
created before the networkType property was introduced.
String networkId
The unique identifier of the network for which to list members.
String name
The optional name of the member to list.
String status
An optional status specifier. If provided, only members currently in this status are listed.
Boolean isOwned
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true) or that other Amazon Web Services accountsn own (false).
If omitted, all members are listed.
Integer maxResults
The maximum number of members to return in the request.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String name
The name of the network.
String framework
An optional framework specifier. If provided, only networks of this framework type are listed.
String status
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
Integer maxResults
The maximum number of networks to list.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String networkId
The unique identifier of the network for which to list nodes.
String memberId
The unique identifier of the member who owns the nodes to list.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
String status
An optional status specifier. If provided, only nodes currently in this status are listed.
Integer maxResults
The maximum number of nodes to list.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String networkId
The unique identifier of the network.
String proposalId
The unique identifier of the proposal.
Integer maxResults
The maximum number of votes to return.
String nextToken
The pagination token that indicates the next set of results to retrieve.
String resourceArn
The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Boolean enabled
Indicates whether logging is enabled.
LogConfiguration cloudwatch
Parameters for publishing logs to Amazon CloudWatch Logs.
String networkId
The unique identifier of the network to which the member belongs.
String id
The unique identifier of the member.
String name
The name of the member.
String description
An optional description for the member.
MemberFrameworkAttributes frameworkAttributes
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
MemberLogPublishingConfiguration logPublishingConfiguration
Configuration properties for logging events associated with a member.
String status
The status of a member.
CREATING - The Amazon Web Services account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The Amazon Web Services account attempted to create a member and creation failed.
UPDATING - The member is in the process of being updated.
DELETING - The member and all associated resources are in the process of being deleted. Either the
Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources are
deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted
as the result of an APPROVED PROPOSAL to remove the member.
INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it
cannot access the specified customer managed key in KMS for encryption at rest. Either the KMS key was disabled
or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the member resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
Date creationDate
The date and time that the member was created.
Map<K,V> tags
Tags assigned to the member. Tags consist of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String arn
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String kmsKeyArn
The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the member uses
for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the member uses an
Amazon Web Services owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.
For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String name
The name of the member.
String description
An optional description of the member.
MemberFrameworkConfiguration frameworkConfiguration
Configuration properties of the blockchain framework relevant to the member.
MemberLogPublishingConfiguration logPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network.
Map<K,V> tags
Tags assigned to the member. Tags consist of a key and optional value.
When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String kmsKeyArn
The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) to use for encryption at rest in the member. This parameter is inherited by any nodes that this member creates. For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Use one of the following options to specify this parameter:
Undefined or empty string - By default, use an KMS key that is owned and managed by Amazon Web Services on your behalf.
A valid symmetric customer managed KMS key - Use the specified KMS key in your account that you create, own, and manage.
Amazon Managed Blockchain doesn't support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide.
The following is an example of a KMS key ARN:
arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
String adminUsername
The user name for the member's initial administrative user.
String adminPassword
The password for the member's initial administrative user. The AdminPassword must be at least 8
characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase
letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward
slash(/), a backward slash(\), @, or a space.
LogConfigurations caLogs
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
MemberFabricAttributes fabric
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
MemberFabricConfiguration fabric
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
MemberFabricLogPublishingConfiguration fabric
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
String id
The unique identifier of the member.
String name
The name of the member.
String description
An optional description of the member.
String status
The status of the member.
CREATING - The Amazon Web Services account is in the process of creating a member.
AVAILABLE - The member has been created and can participate in the network.
CREATE_FAILED - The Amazon Web Services account attempted to create a member and creation failed.
UPDATING - The member is in the process of being updated.
DELETING - The member and all associated resources are in the process of being deleted. Either the
Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED PROPOSAL to remove the member.
DELETED - The member can no longer participate on the network and all associated resources are
deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted
as the result of an APPROVED PROPOSAL to remove the member.
INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it
cannot access the specified customer managed key in Key Management Service (KMS) for encryption at rest. Either
the KMS key was disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the member resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
Date creationDate
The date and time that the member was created.
Boolean isOwned
An indicator of whether the member is owned by your Amazon Web Services account or a different Amazon Web Services account.
String arn
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String id
The unique identifier of the network.
String name
The name of the network.
String description
Attributes of the blockchain framework for the network.
String framework
The blockchain framework that the network uses.
String frameworkVersion
The version of the blockchain framework that the network uses.
NetworkFrameworkAttributes frameworkAttributes
Attributes of the blockchain framework that the network uses.
String vpcEndpointServiceName
The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
VotingPolicy votingPolicy
The voting rules that the network uses to decide if a proposal is accepted.
String status
The current status of the network.
Date creationDate
The date and time that the network was created.
Map<K,V> tags
Tags assigned to the network. Each tag consists of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String arn
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String chainId
The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:
mainnet = 1
String orderingServiceEndpoint
The endpoint of the ordering service for the network.
String edition
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
String edition
The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.
NetworkFabricAttributes fabric
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
NetworkEthereumAttributes ethereum
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
NetworkFabricConfiguration fabric
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
String id
The unique identifier of the network.
String name
The name of the network.
String description
An optional description of the network.
String framework
The blockchain framework that the network uses.
String frameworkVersion
The version of the blockchain framework that the network uses.
String status
The current status of the network.
Date creationDate
The date and time that the network was created.
String arn
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String networkId
The unique identifier of the network that the node is on.
String memberId
The unique identifier of the member to which the node belongs.
Applies only to Hyperledger Fabric.
String id
The unique identifier of the node.
String instanceType
The instance type of the node.
String availabilityZone
The Availability Zone in which the node exists. Required for Ethereum nodes.
NodeFrameworkAttributes frameworkAttributes
Attributes of the blockchain framework being used.
NodeLogPublishingConfiguration logPublishingConfiguration
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
String stateDB
The state database that the node uses. Values are LevelDB or CouchDB.
Applies only to Hyperledger Fabric.
String status
The status of the node.
CREATING - The Amazon Web Services account is in the process of creating a node.
AVAILABLE - The node has been created and can participate in the network.
UNHEALTHY - The node is impaired and might not function as expected. Amazon Managed Blockchain
automatically finds nodes in this state and tries to recover them. If a node is recoverable, it returns to
AVAILABLE. Otherwise, it moves to FAILED status.
CREATE_FAILED - The Amazon Web Services account attempted to create a node and creation failed.
UPDATING - The node is in the process of being updated.
DELETING - The node is in the process of being deleted.
DELETED - The node can no longer participate on the network.
FAILED - The node is no longer functional, cannot be recovered, and must be deleted.
INACCESSIBLE_ENCRYPTION_KEY - The node is impaired and might not function as expected because it
cannot access the specified customer managed key in KMS for encryption at rest. Either the KMS key was disabled
or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the node resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
Date creationDate
The date and time that the node was created.
Map<K,V> tags
Tags assigned to the node. Each tag consists of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String arn
The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String kmsKeyArn
The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses for
encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the node uses an Amazon
Web Services owned KMS key for encryption. The node inherits this parameter from the member that it belongs to.
For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Applies only to Hyperledger Fabric.
String instanceType
The Amazon Managed Blockchain instance type for the node.
String availabilityZone
The Availability Zone in which the node exists. Required for Ethereum nodes.
NodeLogPublishingConfiguration logPublishingConfiguration
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
String stateDB
The state database that the node uses. Values are LevelDB or CouchDB. When using an
Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is
CouchDB.
Applies only to Hyperledger Fabric.
String httpEndpoint
The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using Signature Version 4.
String webSocketEndpoint
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client. Use this endpoint in client code for smart contracts when using a WebSocket connection. Connections to this endpoint are authenticated using Signature Version 4.
LogConfigurations chaincodeLogs
Configuration properties for logging events associated with chaincode execution on a peer node. Chaincode logs contain the results of instantiating, invoking, and querying the chaincode. A peer can run multiple instances of chaincode. When enabled, a log stream is created for all chaincodes, with an individual log stream for each chaincode.
LogConfigurations peerLogs
Configuration properties for a peer node log. Peer node logs contain messages generated when your client submits transaction proposals to peer nodes, requests to join channels, enrolls an admin peer, and lists the chaincode instances on a peer node.
NodeFabricAttributes fabric
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
NodeEthereumAttributes ethereum
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
NodeFabricLogPublishingConfiguration fabric
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.
String id
The unique identifier of the node.
String status
The status of the node.
Date creationDate
The date and time that the node was created.
String availabilityZone
The Availability Zone in which the node exists.
String instanceType
The EC2 instance type for the node.
String arn
The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String proposalId
The unique identifier of the proposal.
String networkId
The unique identifier of the network for which the proposal is made.
String description
The description of the proposal.
ProposalActions actions
The actions to perform on the network if the proposal is APPROVED.
String proposedByMemberId
The unique identifier of the member that created the proposal.
String proposedByMemberName
The name of the member that created the proposal.
String status
The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members according
to the VotingPolicy specified for the Network. The specified proposal actions are
carried out.
REJECTED - The proposal was rejected with insufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome before
the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was
approved couldn't be completed because of an error. The ACTION_FAILED status occurs even if only one
ProposalAction fails and other actions are successful.
Date creationDate
The date and time that the proposal was created.
Date expirationDate
The date and time that the proposal expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this
date and time, if members haven't cast enough votes to determine the outcome according to the voting policy, the
proposal is EXPIRED and Actions aren't carried out.
Integer yesVoteCount
The current total of YES votes cast on the proposal by members.
Integer noVoteCount
The current total of NO votes cast on the proposal by members.
Integer outstandingVoteCount
The number of votes remaining to be cast on the proposal by members. In other words, the number of members minus
the sum of YES votes and NO votes.
Map<K,V> tags
Tags assigned to the proposal. Each tag consists of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
String arn
The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
List<E> invitations
The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to create a
member and join the network.
List<E> removals
The actions to perform for an APPROVED proposal to remove a member from the network, which deletes
the member and all associated member resources from the network.
String proposalId
The unique identifier of the proposal.
String description
The description of the proposal.
String proposedByMemberId
The unique identifier of the member that created the proposal.
String proposedByMemberName
The name of the member that created the proposal.
String status
The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members according
to the VotingPolicy specified for the Network. The specified proposal actions are
carried out.
REJECTED - The proposal was rejected with insufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome before
the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was
approved couldn't be completed because of an error.
Date creationDate
The date and time that the proposal was created.
Date expirationDate
The date and time that the proposal expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this
date and time, if members haven't cast enough votes to determine the outcome according to the voting policy, the
proposal is EXPIRED and Actions aren't carried out.
String arn
The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
String invitationId
The unique identifier of the invitation to reject.
String memberId
The unique identifier of the member to remove.
String resourceName
A requested resource doesn't exist. It may have been deleted or referenced inaccurately.
String resourceArn
The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Map<K,V> tags
The tags to assign to the specified resource. Tag values can be empty, for example, "MyTagKey" : "".
You can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each
resource.
String resourceName
String resourceArn
The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
List<E> tagKeys
The tag keys.
String networkId
The unique identifier of the Managed Blockchain network to which the member belongs.
String memberId
The unique identifier of the member.
MemberLogPublishingConfiguration logPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
String networkId
The unique identifier of the network that the node is on.
String memberId
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
String nodeId
The unique identifier of the node.
NodeLogPublishingConfiguration logPublishingConfiguration
Configuration properties for publishing to Amazon CloudWatch Logs.
ApprovalThresholdPolicy approvalThresholdPolicy
Defines the rules for the network for voting on proposals, such as the percentage of YES votes
required for the proposal to be approved and the duration of the proposal. The policy applies to all proposals
and is specified when the network is created.
Copyright © 2025. All rights reserved.