paws.networking (version 0.1.6)

directconnect_update_direct_connect_gateway_association: Updates the specified attributes of the Direct Connect gateway association

Description

Updates the specified attributes of the Direct Connect gateway association.

Usage

directconnect_update_direct_connect_gateway_association(associationId,
  addAllowedPrefixesToDirectConnectGateway,
  removeAllowedPrefixesToDirectConnectGateway)

Arguments

associationId

The ID of the Direct Connect gateway association.

addAllowedPrefixesToDirectConnectGateway

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

removeAllowedPrefixesToDirectConnectGateway

The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

Request syntax

svc$update_direct_connect_gateway_association(
  associationId = "string",
  addAllowedPrefixesToDirectConnectGateway = list(
    list(
      cidr = "string"
    )
  ),
  removeAllowedPrefixesToDirectConnectGateway = list(
    list(
      cidr = "string"
    )
  )
)

Details

Add or remove prefixes from the association.