Delete Direct Connect Gateway Association Proposal
| directconnect_delete_direct_connect_gateway_association_proposal | R Documentation |
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway¶
Description¶
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.
Usage¶
directconnect_delete_direct_connect_gateway_association_proposal(
proposalId)
Arguments¶
proposalId |
[required] The ID of the proposal. |
Value¶
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"
)
)
)
)
Request syntax¶
svc$delete_direct_connect_gateway_association_proposal(
proposalId = "string"
)