class Aws::DirectConnect::Types::UpdateDirectConnectGatewayAssociationRequest

@note When making an API call, you may pass UpdateDirectConnectGatewayAssociationRequest

data as a hash:

    {
      association_id: "DirectConnectGatewayAssociationId",
      add_allowed_prefixes_to_direct_connect_gateway: [
        {
          cidr: "CIDR",
        },
      ],
      remove_allowed_prefixes_to_direct_connect_gateway: [
        {
          cidr: "CIDR",
        },
      ],
    }

@!attribute [rw] association_id

The ID of the Direct Connect gateway association.
@return [String]

@!attribute [rw] add_allowed_prefixes_to_direct_connect_gateway

The Amazon VPC prefixes to advertise to the Direct Connect gateway.
@return [Array<Types::RouteFilterPrefix>]

@!attribute [rw] remove_allowed_prefixes_to_direct_connect_gateway

The Amazon VPC prefixes to no longer advertise to the Direct Connect
gateway.
@return [Array<Types::RouteFilterPrefix>]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGatewayAssociationRequest AWS API Documentation

Constants

SENSITIVE