Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any AWS account.
directconnect_create_direct_connect_gateway_association_proposal(
directConnectGatewayId, directConnectGatewayOwnerAccount, gatewayId,
addAllowedPrefixesToDirectConnectGateway,
removeAllowedPrefixesToDirectConnectGateway)
[required] The ID of the Direct Connect gateway.
[required] The ID of the AWS account that owns the Direct Connect gateway.
[required] The ID of the virtual private gateway or transit gateway.
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
A list with the following syntax:
list( directConnectGatewayAssociationProposal = list( proposalId = "string", directConnectGatewayId = "string", directConnectGatewayOwnerAccount = "string", proposalState = "requested"|"accepted"|"deleted", associatedGateway = list( id = "string", type = "virtualPrivateGateway"|"transitGateway", ownerAccount = "string", region = "string" ), existingAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ), requestedAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ) ) )
svc$create_direct_connect_gateway_association_proposal( directConnectGatewayId = "string", directConnectGatewayOwnerAccount = "string", gatewayId = "string", addAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ), removeAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ) )