update_member
(**kwargs)¶Updates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
See also: AWS API Documentation
Request Syntax
response = client.update_member(
NetworkId='string',
MemberId='string',
LogPublishingConfiguration={
'Fabric': {
'CaLogs': {
'Cloudwatch': {
'Enabled': True|False
}
}
}
}
)
[REQUIRED]
The unique identifier of the Managed Blockchain network to which the member belongs.
[REQUIRED]
The unique identifier of the member.
Configuration properties for publishing to Amazon CloudWatch Logs.
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
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.
Parameters for publishing logs to Amazon CloudWatch Logs.
Indicates whether logging is enabled.
dict
Response Syntax
{}
Response Structure
Exceptions
ManagedBlockchain.Client.exceptions.InvalidRequestException
ManagedBlockchain.Client.exceptions.AccessDeniedException
ManagedBlockchain.Client.exceptions.ResourceNotFoundException
ManagedBlockchain.Client.exceptions.ThrottlingException
ManagedBlockchain.Client.exceptions.InternalServiceErrorException