Values.DirectConnectGatewayAttachmentSourceInformation about an attachment between a Direct Connect gateway and a virtual interface.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t option;The ID of the Direct Connect gateway.
*)virtualInterfaceId : VirtualInterfaceId.t option;The ID of the virtual interface.
*)virtualInterfaceRegion : VirtualInterfaceRegion.t option;The Amazon Web Services Region where the virtual interface is located.
*)virtualInterfaceOwnerAccount : OwnerAccount.t option;The ID of the Amazon Web Services account that owns the virtual interface.
*)attachmentState : DirectConnectGatewayAttachmentState.t option;The state of the attachment. The following are the possible values: attaching: The initial state after a virtual interface is created using the Direct Connect gateway. attached: The Direct Connect gateway and virtual interface are attached and ready to pass traffic. detaching: The initial state after calling DeleteVirtualInterface. detached: The virtual interface is detached from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual interface is stopped.
*)attachmentType : DirectConnectGatewayAttachmentType.t option;The type of attachment.
*)stateChangeError : StateChangeError.t option;The error message if the state of an object failed to advance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectConnectGatewayId.t ])
list ]