class Aws::DirectConnect::Types::AcceptDirectConnectGatewayAssociationProposalRequest

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

data as a hash:

    {
      direct_connect_gateway_id: "DirectConnectGatewayId", # required
      proposal_id: "DirectConnectGatewayAssociationProposalId", # required
      associated_gateway_owner_account: "OwnerAccount", # required
      override_allowed_prefixes_to_direct_connect_gateway: [
        {
          cidr: "CIDR",
        },
      ],
    }

@!attribute [rw] direct_connect_gateway_id

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

@!attribute [rw] proposal_id

The ID of the request proposal.
@return [String]

@!attribute [rw] associated_gateway_owner_account

The ID of the account that owns the virtual private gateway or
transit gateway.
@return [String]

@!attribute [rw] override_allowed_prefixes_to_direct_connect_gateway

Overrides the Amazon VPC prefixes advertised to the Direct Connect
gateway.

For information about how to set the prefixes, see [Allowed
Prefixes][1] in the *Direct Connect User Guide*.

[1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes
@return [Array<Types::RouteFilterPrefix>]

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

Constants

SENSITIVE