akamai.getClientlistLists
Explore with Pulumi AI
Using getClientlistLists
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 getClientlistLists(args: GetClientlistListsArgs, opts?: InvokeOptions): Promise<GetClientlistListsResult>
function getClientlistListsOutput(args: GetClientlistListsOutputArgs, opts?: InvokeOptions): Output<GetClientlistListsResult>
def get_clientlist_lists(name: Optional[str] = None,
types: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetClientlistListsResult
def get_clientlist_lists_output(name: Optional[pulumi.Input[str]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClientlistListsResult]
func GetClientlistLists(ctx *Context, args *GetClientlistListsArgs, opts ...InvokeOption) (*GetClientlistListsResult, error)
func GetClientlistListsOutput(ctx *Context, args *GetClientlistListsOutputArgs, opts ...InvokeOption) GetClientlistListsResultOutput
> Note: This function is named GetClientlistLists
in the Go SDK.
public static class GetClientlistLists
{
public static Task<GetClientlistListsResult> InvokeAsync(GetClientlistListsArgs args, InvokeOptions? opts = null)
public static Output<GetClientlistListsResult> Invoke(GetClientlistListsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClientlistListsResult> getClientlistLists(GetClientlistListsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getClientlistLists:getClientlistLists
arguments:
# arguments dictionary
The following arguments are supported:
getClientlistLists Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- List
Ids List<string> - Lists
List<Get
Clientlist Lists List> - Output
Text string - Name string
- Types List<string>
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- List
Ids []string - Lists
[]Get
Clientlist Lists List - Output
Text string - Name string
- Types []string
- id String
The provider-assigned unique ID for this managed resource.
- json String
- list
Ids List<String> - lists
List<Get
Clientlist Lists List> - output
Text String - name String
- types List<String>
- id string
The provider-assigned unique ID for this managed resource.
- json string
- list
Ids string[] - lists
Get
Clientlist Lists List[] - output
Text string - name string
- types string[]
- id str
The provider-assigned unique ID for this managed resource.
- json str
- list_
ids Sequence[str] - lists
Sequence[Get
Clientlist Lists List] - output_
text str - name str
- types Sequence[str]
- id String
The provider-assigned unique ID for this managed resource.
- json String
- list
Ids List<String> - lists List<Property Map>
- output
Text String - name String
- types List<String>
Supporting Types
GetClientlistListsList
- Create
Date string - Created
By string - Deprecated bool
- Items
Count int - List
Id string - List
Type string - Notes string
- Production
Activation stringStatus - Read
Only bool - bool
- Staging
Activation stringStatus - List<string>
- Update
Date string - Updated
By string - Version int
- Name string
- Type string
- Create
Date string - Created
By string - Deprecated bool
- Items
Count int - List
Id string - List
Type string - Notes string
- Production
Activation stringStatus - Read
Only bool - bool
- Staging
Activation stringStatus - []string
- Update
Date string - Updated
By string - Version int
- Name string
- Type string
- create
Date String - created
By String - deprecated Boolean
- items
Count Integer - list
Id String - list
Type String - notes String
- production
Activation StringStatus - read
Only Boolean - Boolean
- staging
Activation StringStatus - List<String>
- update
Date String - updated
By String - version Integer
- name String
- type String
- create
Date string - created
By string - deprecated boolean
- items
Count number - list
Id string - list
Type string - notes string
- production
Activation stringStatus - read
Only boolean - boolean
- staging
Activation stringStatus - string[]
- update
Date string - updated
By string - version number
- name string
- type string
- create_
date str - created_
by str - deprecated bool
- items_
count int - list_
id str - list_
type str - notes str
- production_
activation_ strstatus - read_
only bool - bool
- staging_
activation_ strstatus - Sequence[str]
- update_
date str - updated_
by str - version int
- name str
- type str
- create
Date String - created
By String - deprecated Boolean
- items
Count Number - list
Id String - list
Type String - notes String
- production
Activation StringStatus - read
Only Boolean - Boolean
- staging
Activation StringStatus - List<String>
- update
Date String - updated
By String - version 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.