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
- Network
List stringId - Type string
- Name string
- Network
List stringId - Type string
- name String
- network
List StringId - type String
- name string
- network
List stringId - type string
- name str
- network_
list_ strid - type str
- name String
- network
List StringId - type String
getNetworkLists Result
The following output properties are available:
- Contract
Id string - Group
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Lists List<string>
- Network
List stringId - Output
Text string - Sync
Point int - Name string
- Type string
- Contract
Id string - Group
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Lists []string
- Network
List stringId - Output
Text string - Sync
Point int - Name string
- Type string
- contract
Id String - group
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- lists List<String>
- network
List StringId - output
Text String - sync
Point Integer - name String
- type String
- contract
Id string - group
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- lists string[]
- network
List stringId - output
Text string - sync
Point 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
- contract
Id String - group
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- lists List<String>
- network
List StringId - output
Text String - sync
Point 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.
