We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::DirectConnect::Lag
Using getLag
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLag(args: GetLagArgs, opts?: InvokeOptions): Promise<GetLagResult>
function getLagOutput(args: GetLagOutputArgs, opts?: InvokeOptions): Output<GetLagResult>def get_lag(lag_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLagResult
def get_lag_output(lag_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLagResult]func LookupLag(ctx *Context, args *LookupLagArgs, opts ...InvokeOption) (*LookupLagResult, error)
func LookupLagOutput(ctx *Context, args *LookupLagOutputArgs, opts ...InvokeOption) LookupLagResultOutput> Note: This function is named LookupLag in the Go SDK.
public static class GetLag
{
public static Task<GetLagResult> InvokeAsync(GetLagArgs args, InvokeOptions? opts = null)
public static Output<GetLagResult> Invoke(GetLagInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLagResult> getLag(GetLagArgs args, InvokeOptions options)
public static Output<GetLagResult> getLag(GetLagArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:directconnect:getLag
arguments:
# arguments dictionaryThe following arguments are supported:
- Lag
Arn string - The ARN of the LAG.
- Lag
Arn string - The ARN of the LAG.
- lag
Arn String - The ARN of the LAG.
- lag
Arn string - The ARN of the LAG.
- lag_
arn str - The ARN of the LAG.
- lag
Arn String - The ARN of the LAG.
getLag Result
The following output properties are available:
- Lag
Arn string - The ARN of the LAG.
- Lag
Id string - The ID of the LAG.
- Lag
Name string - The name of the LAG.
- Lag
State string - The state of the LAG.
- Minimum
Links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags associated with the LAG.
- Lag
Arn string - The ARN of the LAG.
- Lag
Id string - The ID of the LAG.
- Lag
Name string - The name of the LAG.
- Lag
State string - The state of the LAG.
- Minimum
Links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- Tag
- The tags associated with the LAG.
- lag
Arn String - The ARN of the LAG.
- lag
Id String - The ID of the LAG.
- lag
Name String - The name of the LAG.
- lag
State String - The state of the LAG.
- minimum
Links Integer - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- List<Tag>
- The tags associated with the LAG.
- lag
Arn string - The ARN of the LAG.
- lag
Id string - The ID of the LAG.
- lag
Name string - The name of the LAG.
- lag
State string - The state of the LAG.
- minimum
Links number - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- Tag[]
- The tags associated with the LAG.
- lag_
arn str - The ARN of the LAG.
- lag_
id str - The ID of the LAG.
- lag_
name str - The name of the LAG.
- lag_
state str - The state of the LAG.
- minimum_
links int - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- Sequence[root_Tag]
- The tags associated with the LAG.
- lag
Arn String - The ARN of the LAG.
- lag
Id String - The ID of the LAG.
- lag
Name String - The name of the LAG.
- lag
State String - The state of the LAG.
- minimum
Links Number - The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
- List<Property Map>
- The tags associated with the LAG.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
