Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getNetworkLists
Explore with Pulumi AI
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)
public static Output<GetNetworkListsResult> getNetworkLists(GetNetworkListsArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getNetworkLists:getNetworkLists
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- NetworkList stringId 
- Type string
- Name string
- NetworkList stringId 
- Type string
- name String
- networkList StringId 
- type String
- name string
- networkList stringId 
- type string
- name str
- network_list_ strid 
- type str
- name String
- networkList StringId 
- 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>
- NetworkList stringId 
- 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
- NetworkList stringId 
- 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>
- networkList StringId 
- 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[]
- networkList stringId 
- 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_ strid 
- 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>
- networkList StringId 
- 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 akamaiTerraform Provider.