paws.networking (version 0.1.6)

directconnect_create_direct_connect_gateway_association_proposal: Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway

Description

Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.

Usage

directconnect_create_direct_connect_gateway_association_proposal(
  directConnectGatewayId, directConnectGatewayOwnerAccount, gatewayId,
  addAllowedPrefixesToDirectConnectGateway,
  removeAllowedPrefixesToDirectConnectGateway)

Arguments

directConnectGatewayId

[required] The ID of the Direct Connect gateway.

directConnectGatewayOwnerAccount

[required] The ID of the AWS account that owns the Direct Connect gateway.

gatewayId

[required] The ID of the virtual private gateway or transit gateway.

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$create_direct_connect_gateway_association_proposal(
  directConnectGatewayId = "string",
  directConnectGatewayOwnerAccount = "string",
  gatewayId = "string",
  addAllowedPrefixesToDirectConnectGateway = list(
    list(
      cidr = "string"
    )
  ),
  removeAllowedPrefixesToDirectConnectGateway = list(
    list(
      cidr = "string"
    )
  )
)

Details

You can only associate a Direct Connect gateway and virtual private gateway or transit gateway when the account that owns the Direct Connect gateway and the account that owns the virtual private gateway or transit gateway have the same AWS Payer ID.