Values.ConnectionSummarySourceSummarized view of a Connection object.
type nonrec t = {id : ConnectionId.t option;The identifier of the requested Connection
*)arn : AmazonResourceName.t option;The ARN of the Connection
*)description : ConnectionDescription.t option;A descriptive name of the Connection
*)bandwidth : ConnectionBandwidth.t option;The bandwidth of the Connection
*)attachPoint : AttachPoint.t option;The Attach Point to which the connection should be associated.
*)environmentId : EnvironmentId.t option;The Environment that this Connection is created on.
*)provider : Provider.t option;The provider on the remote end of this Connection
*)location : Location.t option;The provider specific location at the remote end of this Connection
*)type_ : ProductType.t option;The product variant supplied by this resource.
*)state : ConnectionState.t option;requested: The initial state of a connection. The state will remain here until the Connection is accepted on the Partner portal. pending: The connection has been accepted and is being provisioned between AWS and the Partner. available: The connection has been fully provisioned between AWS and the Partner. deleting: The connection is being deleted. deleted: The connection has been deleted. failed: The connection has failed to be created. updating: The connection is being updated.
*)billingTier : BillingTier.t option;The billing tier this connection is currently assigned.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of BillingTier.t
| `String of ConnectionId.t
| `Structure of
(string * [> `String of DirectConnectGatewayAttachPoint.t ]) list ])
list ]