NetworkFabricAttributes
public struct NetworkFabricAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
Declaration
Swift
public let edition: Edition?
-
The endpoint of the ordering service for the network.
Declaration
Swift
public let orderingServiceEndpoint: String?
-
Undocumented
Declaration
Swift
public init(edition: Edition? = nil, orderingServiceEndpoint: String? = nil)