Values.DirectConnectGatewayAssociationSourceInformation about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t option;The ID of the Direct Connect gateway.
*)directConnectGatewayOwnerAccount : OwnerAccount.t option;The ID of the Amazon Web Services account that owns the associated gateway.
*)associationState : DirectConnectGatewayAssociationState.t option;The state of the association. The following are the possible values: associating: The initial state after calling CreateDirectConnectGatewayAssociation. associated: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic. disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation. disassociated: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped. updating: The CIDR blocks for the virtual private gateway or transit gateway are currently being updated. This could be new CIDR blocks added or current CIDR blocks removed.
*)stateChangeError : StateChangeError.t option;The error message if the state of an object failed to advance.
*)associatedGateway : AssociatedGateway.t option;Information about the associated gateway.
*)associationId : DirectConnectGatewayAssociationId.t option;The ID of the Direct Connect gateway association.
*)allowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;The Amazon VPC prefixes to advertise to the Direct Connect gateway.
*)associatedCoreNetwork : AssociatedCoreNetwork.t option;The ID of the Cloud WAN core network associated with the Direct Connect gateway attachment.
*)virtualGatewayId : VirtualGatewayId.t option;The ID of the virtual private gateway. Applies only to private virtual interfaces.
*)virtualGatewayRegion : VirtualGatewayRegion.t option;The Amazon Web Services Region where the virtual private gateway is located.
*)virtualGatewayOwnerAccount : OwnerAccount.t option;The ID of the Amazon Web Services account that owns the virtual private gateway.
*)}val make :
?directConnectGatewayId:??? ->
?directConnectGatewayOwnerAccount:??? ->
?associationState:??? ->
?stateChangeError:??? ->
?associatedGateway:??? ->
?associationId:??? ->
?allowedPrefixesToDirectConnectGateway:??? ->
?associatedCoreNetwork:??? ->
?virtualGatewayId:??? ->
?virtualGatewayRegion:??? ->
?virtualGatewayOwnerAccount:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of CIDR.t ]) list ] list
| `String of DirectConnectGatewayId.t
| `Structure of
(string * [> `Enum of string | `String of GatewayIdentifier.t ])
list ])
list ]