Fastly v11.1.0 published on Wednesday, Nov 5, 2025 by Pulumi
fastly.getNgwafThresholds
Start a Neo task
Explain and create a fastly.getNgwafThresholds resource
Using getNgwafThresholds
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 getNgwafThresholds(args: GetNgwafThresholdsArgs, opts?: InvokeOptions): Promise<GetNgwafThresholdsResult>
function getNgwafThresholdsOutput(args: GetNgwafThresholdsOutputArgs, opts?: InvokeOptions): Output<GetNgwafThresholdsResult>def get_ngwaf_thresholds(workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNgwafThresholdsResult
def get_ngwaf_thresholds_output(workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNgwafThresholdsResult]func LookupNgwafThresholds(ctx *Context, args *LookupNgwafThresholdsArgs, opts ...InvokeOption) (*LookupNgwafThresholdsResult, error)
func LookupNgwafThresholdsOutput(ctx *Context, args *LookupNgwafThresholdsOutputArgs, opts ...InvokeOption) LookupNgwafThresholdsResultOutput> Note: This function is named LookupNgwafThresholds in the Go SDK.
public static class GetNgwafThresholds
{
public static Task<GetNgwafThresholdsResult> InvokeAsync(GetNgwafThresholdsArgs args, InvokeOptions? opts = null)
public static Output<GetNgwafThresholdsResult> Invoke(GetNgwafThresholdsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNgwafThresholdsResult> getNgwafThresholds(GetNgwafThresholdsArgs args, InvokeOptions options)
public static Output<GetNgwafThresholdsResult> getNgwafThresholds(GetNgwafThresholdsArgs args, InvokeOptions options)
fn::invoke:
function: fastly:index/getNgwafThresholds:getNgwafThresholds
arguments:
# arguments dictionaryThe following arguments are supported:
- Workspace
Id string - The ID of the workspace.
- Workspace
Id string - The ID of the workspace.
- workspace
Id String - The ID of the workspace.
- workspace
Id string - The ID of the workspace.
- workspace_
id str - The ID of the workspace.
- workspace
Id String - The ID of the workspace.
getNgwafThresholds Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Thresholds
List<Get
Ngwaf Thresholds Threshold> - List of all thresholds for a given workspace.
- Workspace
Id string - The ID of the workspace.
- Id string
- The provider-assigned unique ID for this managed resource.
- Thresholds
[]Get
Ngwaf Thresholds Threshold - List of all thresholds for a given workspace.
- Workspace
Id string - The ID of the workspace.
- id String
- The provider-assigned unique ID for this managed resource.
- thresholds
List<Get
Ngwaf Thresholds Threshold> - List of all thresholds for a given workspace.
- workspace
Id String - The ID of the workspace.
- id string
- The provider-assigned unique ID for this managed resource.
- thresholds
Get
Ngwaf Thresholds Threshold[] - List of all thresholds for a given workspace.
- workspace
Id string - The ID of the workspace.
- id str
- The provider-assigned unique ID for this managed resource.
- thresholds
Sequence[Get
Ngwaf Thresholds Threshold] - List of all thresholds for a given workspace.
- workspace_
id str - The ID of the workspace.
- id String
- The provider-assigned unique ID for this managed resource.
- thresholds List<Property Map>
- List of all thresholds for a given workspace.
- workspace
Id String - The ID of the workspace.
Supporting Types
GetNgwafThresholdsThreshold
- Id string
- The ID of the threshold.
- Id string
- The ID of the threshold.
- id String
- The ID of the threshold.
- id string
- The ID of the threshold.
- id str
- The ID of the threshold.
- id String
- The ID of the threshold.
Package Details
- Repository
- Fastly pulumi/pulumi-fastly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fastlyTerraform Provider.
