Fastly v11.0.0 published on Thursday, Sep 4, 2025 by Pulumi
fastly.getNgwafThresholds
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:
- WorkspaceId string
- The ID of the workspace.
- WorkspaceId string
- The ID of the workspace.
- workspaceId String
- The ID of the workspace.
- workspaceId string
- The ID of the workspace.
- workspace_id str
- The ID of the workspace.
- workspaceId 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<GetNgwaf Thresholds Threshold> 
- List of all thresholds for a given workspace.
- WorkspaceId string
- The ID of the workspace.
- Id string
- The provider-assigned unique ID for this managed resource.
- Thresholds
[]GetNgwaf Thresholds Threshold 
- List of all thresholds for a given workspace.
- WorkspaceId string
- The ID of the workspace.
- id String
- The provider-assigned unique ID for this managed resource.
- thresholds
List<GetNgwaf Thresholds Threshold> 
- List of all thresholds for a given workspace.
- workspaceId String
- The ID of the workspace.
- id string
- The provider-assigned unique ID for this managed resource.
- thresholds
GetNgwaf Thresholds Threshold[] 
- List of all thresholds for a given workspace.
- workspaceId string
- The ID of the workspace.
- id str
- The provider-assigned unique ID for this managed resource.
- thresholds
Sequence[GetNgwaf 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.
- workspaceId 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.
