We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::DirectConnect::Lag
Create Lag Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Lag(name: string, args: LagArgs, opts?: CustomResourceOptions);@overload
def Lag(resource_name: str,
args: LagArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Lag(resource_name: str,
opts: Optional[ResourceOptions] = None,
connections_bandwidth: Optional[str] = None,
location: Optional[str] = None,
lag_name: Optional[str] = None,
minimum_links: Optional[int] = None,
provider_name: Optional[str] = None,
request_mac_sec: Optional[bool] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewLag(ctx *Context, name string, args LagArgs, opts ...ResourceOption) (*Lag, error)public Lag(string name, LagArgs args, CustomResourceOptions? opts = null)type: aws-native:directconnect:Lag
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LagArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LagArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LagArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LagArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LagArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Lag Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Lag resource accepts the following input properties:
- Connections
Bandwidth string - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- Location string
- The location for the LAG.
- Lag
Name string - The name of the LAG.
- Minimum
Links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- Provider
Name string - The name of the service provider associated with the requested LAG.
- Request
Mac boolSec - Indicates whether you want the LAG to support MAC Security (MACsec).
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags associated with the LAG.
- Connections
Bandwidth string - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- Location string
- The location for the LAG.
- Lag
Name string - The name of the LAG.
- Minimum
Links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- Provider
Name string - The name of the service provider associated with the requested LAG.
- Request
Mac boolSec - Indicates whether you want the LAG to support MAC Security (MACsec).
-
Tag
Args - The tags associated with the LAG.
- connections
Bandwidth String - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- location String
- The location for the LAG.
- lag
Name String - The name of the LAG.
- minimum
Links Integer - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- provider
Name String - The name of the service provider associated with the requested LAG.
- request
Mac BooleanSec - Indicates whether you want the LAG to support MAC Security (MACsec).
- List<Tag>
- The tags associated with the LAG.
- connections
Bandwidth string - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- location string
- The location for the LAG.
- lag
Name string - The name of the LAG.
- minimum
Links number - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- provider
Name string - The name of the service provider associated with the requested LAG.
- request
Mac booleanSec - Indicates whether you want the LAG to support MAC Security (MACsec).
- Tag[]
- The tags associated with the LAG.
- connections_
bandwidth str - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- location str
- The location for the LAG.
- lag_
name str - The name of the LAG.
- minimum_
links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- provider_
name str - The name of the service provider associated with the requested LAG.
- request_
mac_ boolsec - Indicates whether you want the LAG to support MAC Security (MACsec).
-
Sequence[Tag
Args] - The tags associated with the LAG.
- connections
Bandwidth String - The bandwidth of the individual physical dedicated connections bundled by the LAG.
- location String
- The location for the LAG.
- lag
Name String - The name of the LAG.
- minimum
Links Number - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- provider
Name String - The name of the service provider associated with the requested LAG.
- request
Mac BooleanSec - Indicates whether you want the LAG to support MAC Security (MACsec).
- List<Property Map>
- The tags associated with the LAG.
Outputs
All input properties are implicitly available as output properties. Additionally, the Lag resource produces the following output properties:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
