Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsVpcFlowLogsConfigsShowEffectiveFlowLogsConfigsOptions

import type { ProjectsLocationsVpcFlowLogsConfigsShowEffectiveFlowLogsConfigsOptions } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

Additional options for NetworkManagement#projectsLocationsVpcFlowLogsConfigsShowEffectiveFlowLogsConfigs.

interface ProjectsLocationsVpcFlowLogsConfigsShowEffectiveFlowLogsConfigsOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
resource?: string;
}

§Properties

§
filter?: string
[src]

Optional. Lists the EffectiveVpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported [CEL logic operators] (https://cloud.google.com/vpc/docs/about-flow-logs-records#supported_cel_logic_operators).

§
pageSize?: number
[src]

Optional. Number of EffectiveVpcFlowLogsConfigs to return. Default is 30.

§
pageToken?: string
[src]

Optional. Page token from an earlier query, as returned in next_page_token.

§
resource?: string
[src]

Required. The resource to get the effective VPC Flow Logs configuration for. The resource must belong to the same project as the parent. The resource must be a network, subnetwork, interconnect attachment, VPN tunnel, or a project.