Values.NetworkSourceNetwork configuration properties.
type nonrec t = {id : ResourceIdString.t option;The unique identifier of the network.
*)name : NameString.t option;The name of the network.
*)description : DescriptionString.t option;Attributes of the blockchain framework for the network.
*)framework : Framework.t option;The blockchain framework that the network uses.
*)frameworkVersion : FrameworkVersionString.t option;The version of the blockchain framework that the network uses.
*)frameworkAttributes : NetworkFrameworkAttributes.t option;Attributes of the blockchain framework that the network uses.
*)vpcEndpointServiceName : String_.t option;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.t option;The voting rules that the network uses to decide if a proposal is accepted.
*)status : NetworkStatus.t option;The current status of the network.
*)creationDate : Timestamp.t option;The date and time that the network was created.
*)arn : ArnString.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceIdString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of ThresholdPercentageInt.t
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]