Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

directconnect_delete_direct_connect_gateway_association_proposal

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"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.