| Column Name | Column Data Type |
member_id Required Input Column
The unique identifier of the member. | VARCHAR |
network_id Required Input Column
The unique identifier of the network to which the member belongs. | VARCHAR |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
member
The properties of a member. | STRUCT( "network_id" VARCHAR, "id" VARCHAR, "name" VARCHAR, "description" VARCHAR, "framework_attributes" STRUCT( "fabric" STRUCT( "admin_username" VARCHAR, "ca_endpoint" VARCHAR ) ), "log_publishing_configuration" STRUCT( "fabric" STRUCT( "ca_logs" STRUCT( "cloudwatch" STRUCT( "enabled" BOOLEAN ) ) ) ), "status" VARCHAR, "creation_date" TIMESTAMP_S, "tags" MAP(VARCHAR, VARCHAR), "arn" VARCHAR, "kms_key_arn" VARCHAR ) |
Show child fields- member.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.
- member.creation_date
The date and time that the member was created.
- member.description
An optional description for the member.
- member.framework_attributes
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses. Show child fields- member.framework_attributes.fabric
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric. Show child fields- member.framework_attributes.fabric.admin_username
The user name for the initial administrator user for the member.
- member.framework_attributes.fabric.ca_endpoint
The endpoint used to access the member's certificate authority.
- member.id
The unique identifier of the member.
- member.kms_key_arn
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.
- member.log_publishing_configuration
Configuration properties for logging events associated with a member. Show child fields- member.log_publishing_configuration.fabric
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework. Show child fields- member.log_publishing_configuration.fabric.ca_logs
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. Show child fields- member.log_publishing_configuration.fabric.ca_logs.cloudwatch
Parameters for publishing logs to Amazon CloudWatch Logs. Show child fields- member.log_publishing_configuration.fabric.ca_logs.cloudwatch.enabled
Indicates whether logging is enabled.
- member.name
The name of the member.
- member.network_id
The unique identifier of the network to which the member belongs.
- member.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.
- member.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.
|