class Aws::DirectConnect::Types::CreateLagRequest
@note When making an API call, you may pass CreateLagRequest
data as a hash: { number_of_connections: 1, # required location: "LocationCode", # required connections_bandwidth: "Bandwidth", # required lag_name: "LagName", # required connection_id: "ConnectionId", tags: [ { key: "TagKey", # required value: "TagValue", }, ], child_connection_tags: [ { key: "TagKey", # required value: "TagValue", }, ], provider_name: "ProviderName", request_mac_sec: false, }
@!attribute [rw] number_of_connections
The number of physical dedicated connections initially provisioned and bundled by the LAG. @return [Integer]
@!attribute [rw] location
The location for the LAG. @return [String]
@!attribute [rw] connections_bandwidth
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps. @return [String]
@!attribute [rw] lag_name
The name of the LAG. @return [String]
@!attribute [rw] connection_id
The ID of an existing dedicated connection to migrate to the LAG. @return [String]
@!attribute [rw] tags
The tags to associate with the LAG. @return [Array<Types::Tag>]
@!attribute [rw] child_connection_tags
The tags to associate with the automtically created LAGs. @return [Array<Types::Tag>]
@!attribute [rw] provider_name
The name of the service provider associated with the LAG. @return [String]
@!attribute [rw] request_mac_sec
Indicates whether the connection will support MAC Security (MACsec). <note markdown="1"> All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see [MACsec prerequisties][1] in the *Direct Connect User Guide*. </note> [1]: https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest AWS API Documentation
Constants
- SENSITIVE