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

directconnect_describe_direct_connect_gateway_association_proposals

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway


Description

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.

Usage

directconnect_describe_direct_connect_gateway_association_proposals(
  directConnectGatewayId, proposalId, associatedGatewayId, maxResults,
  nextToken)

Arguments

directConnectGatewayId

The ID of the Direct Connect gateway.

proposalId

The ID of the proposal.

associatedGatewayId

The ID of the associated gateway.

maxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

nextToken

The token for the next page of results.

Value

A list with the following syntax:

list(
  directConnectGatewayAssociationProposals = list(
    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"
        )
      )
    )
  ),
  nextToken = "string"
)

Request syntax

svc$describe_direct_connect_gateway_association_proposals(
  directConnectGatewayId = "string",
  proposalId = "string",
  associatedGatewayId = "string",
  maxResults = 123,
  nextToken = "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.