1. Packages
  2. Akamai
  3. API Docs
  4. getNetworkLists
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getNetworkLists

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getNetworkLists

    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 getNetworkLists(args: GetNetworkListsArgs, opts?: InvokeOptions): Promise<GetNetworkListsResult>
    function getNetworkListsOutput(args: GetNetworkListsOutputArgs, opts?: InvokeOptions): Output<GetNetworkListsResult>
    def get_network_lists(name: Optional[str] = None,
                          network_list_id: Optional[str] = None,
                          type: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetNetworkListsResult
    def get_network_lists_output(name: Optional[pulumi.Input[str]] = None,
                          network_list_id: Optional[pulumi.Input[str]] = None,
                          type: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetNetworkListsResult]
    func GetNetworkLists(ctx *Context, args *GetNetworkListsArgs, opts ...InvokeOption) (*GetNetworkListsResult, error)
    func GetNetworkListsOutput(ctx *Context, args *GetNetworkListsOutputArgs, opts ...InvokeOption) GetNetworkListsResultOutput

    > Note: This function is named GetNetworkLists in the Go SDK.

    public static class GetNetworkLists 
    {
        public static Task<GetNetworkListsResult> InvokeAsync(GetNetworkListsArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkListsResult> Invoke(GetNetworkListsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkListsResult> getNetworkLists(GetNetworkListsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getNetworkLists:getNetworkLists
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    NetworkListId string
    Type string
    Name string
    NetworkListId string
    Type string
    name String
    networkListId String
    type String
    name string
    networkListId string
    type string
    name String
    networkListId String
    type String

    getNetworkLists Result

    The following output properties are available:

    ContractId string
    GroupId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Lists List<string>
    NetworkListId string
    OutputText string
    SyncPoint int
    Name string
    Type string
    ContractId string
    GroupId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Lists []string
    NetworkListId string
    OutputText string
    SyncPoint int
    Name string
    Type string
    contractId String
    groupId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    lists List<String>
    networkListId String
    outputText String
    syncPoint Integer
    name String
    type String
    contractId string
    groupId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    lists string[]
    networkListId string
    outputText string
    syncPoint number
    name string
    type string
    contract_id str
    group_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    lists Sequence[str]
    network_list_id str
    output_text str
    sync_point int
    name str
    type str
    contractId String
    groupId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    lists List<String>
    networkListId String
    outputText String
    syncPoint Number
    name String
    type String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi