1. Packages
  2. Akamai
  3. API Docs
  4. ClientlistList
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

akamai.ClientlistList

Explore with Pulumi AI

akamai logo
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

    Create ClientlistList Resource

    new ClientlistList(name: string, args: ClientlistListArgs, opts?: CustomResourceOptions);
    @overload
    def ClientlistList(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       contract_id: Optional[str] = None,
                       group_id: Optional[int] = None,
                       items: Optional[Sequence[ClientlistListItemArgs]] = None,
                       name: Optional[str] = None,
                       notes: Optional[str] = None,
                       tags: Optional[Sequence[str]] = None,
                       type: Optional[str] = None)
    @overload
    def ClientlistList(resource_name: str,
                       args: ClientlistListArgs,
                       opts: Optional[ResourceOptions] = None)
    func NewClientlistList(ctx *Context, name string, args ClientlistListArgs, opts ...ResourceOption) (*ClientlistList, error)
    public ClientlistList(string name, ClientlistListArgs args, CustomResourceOptions? opts = null)
    public ClientlistList(String name, ClientlistListArgs args)
    public ClientlistList(String name, ClientlistListArgs args, CustomResourceOptions options)
    
    type: akamai:ClientlistList
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ClientlistListArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ClientlistListArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ClientlistListArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClientlistListArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClientlistListArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ClientlistList Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ClientlistList resource accepts the following input properties:

    ContractId string

    Contract ID for which client list is assigned.

    GroupId int

    Group ID for which client list is assigned.

    Type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    Items List<ClientlistListItem>

    Set of items containing item information.

    Name string

    The name of the client list.

    Notes string

    The client list notes.

    Tags List<string>

    The client list tags.

    ContractId string

    Contract ID for which client list is assigned.

    GroupId int

    Group ID for which client list is assigned.

    Type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    Items []ClientlistListItemArgs

    Set of items containing item information.

    Name string

    The name of the client list.

    Notes string

    The client list notes.

    Tags []string

    The client list tags.

    contractId String

    Contract ID for which client list is assigned.

    groupId Integer

    Group ID for which client list is assigned.

    type String

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    items List<ClientlistListItem>

    Set of items containing item information.

    name String

    The name of the client list.

    notes String

    The client list notes.

    tags List<String>

    The client list tags.

    contractId string

    Contract ID for which client list is assigned.

    groupId number

    Group ID for which client list is assigned.

    type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    items ClientlistListItem[]

    Set of items containing item information.

    name string

    The name of the client list.

    notes string

    The client list notes.

    tags string[]

    The client list tags.

    contract_id str

    Contract ID for which client list is assigned.

    group_id int

    Group ID for which client list is assigned.

    type str

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    items Sequence[ClientlistListItemArgs]

    Set of items containing item information.

    name str

    The name of the client list.

    notes str

    The client list notes.

    tags Sequence[str]

    The client list tags.

    contractId String

    Contract ID for which client list is assigned.

    groupId Number

    Group ID for which client list is assigned.

    type String

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    items List<Property Map>

    Set of items containing item information.

    name String

    The name of the client list.

    notes String

    The client list notes.

    tags List<String>

    The client list tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ClientlistList resource produces the following output properties:

    Id string

    The provider-assigned unique ID for this managed resource.

    ItemsCount int

    The number of items that a client list contains.

    ListId string

    The ID of the client list.

    Version int

    The current version of the client list.

    Id string

    The provider-assigned unique ID for this managed resource.

    ItemsCount int

    The number of items that a client list contains.

    ListId string

    The ID of the client list.

    Version int

    The current version of the client list.

    id String

    The provider-assigned unique ID for this managed resource.

    itemsCount Integer

    The number of items that a client list contains.

    listId String

    The ID of the client list.

    version Integer

    The current version of the client list.

    id string

    The provider-assigned unique ID for this managed resource.

    itemsCount number

    The number of items that a client list contains.

    listId string

    The ID of the client list.

    version number

    The current version of the client list.

    id str

    The provider-assigned unique ID for this managed resource.

    items_count int

    The number of items that a client list contains.

    list_id str

    The ID of the client list.

    version int

    The current version of the client list.

    id String

    The provider-assigned unique ID for this managed resource.

    itemsCount Number

    The number of items that a client list contains.

    listId String

    The ID of the client list.

    version Number

    The current version of the client list.

    Look up Existing ClientlistList Resource

    Get an existing ClientlistList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ClientlistListState, opts?: CustomResourceOptions): ClientlistList
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            contract_id: Optional[str] = None,
            group_id: Optional[int] = None,
            items: Optional[Sequence[ClientlistListItemArgs]] = None,
            items_count: Optional[int] = None,
            list_id: Optional[str] = None,
            name: Optional[str] = None,
            notes: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            type: Optional[str] = None,
            version: Optional[int] = None) -> ClientlistList
    func GetClientlistList(ctx *Context, name string, id IDInput, state *ClientlistListState, opts ...ResourceOption) (*ClientlistList, error)
    public static ClientlistList Get(string name, Input<string> id, ClientlistListState? state, CustomResourceOptions? opts = null)
    public static ClientlistList get(String name, Output<String> id, ClientlistListState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ContractId string

    Contract ID for which client list is assigned.

    GroupId int

    Group ID for which client list is assigned.

    Items List<ClientlistListItem>

    Set of items containing item information.

    ItemsCount int

    The number of items that a client list contains.

    ListId string

    The ID of the client list.

    Name string

    The name of the client list.

    Notes string

    The client list notes.

    Tags List<string>

    The client list tags.

    Type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    Version int

    The current version of the client list.

    ContractId string

    Contract ID for which client list is assigned.

    GroupId int

    Group ID for which client list is assigned.

    Items []ClientlistListItemArgs

    Set of items containing item information.

    ItemsCount int

    The number of items that a client list contains.

    ListId string

    The ID of the client list.

    Name string

    The name of the client list.

    Notes string

    The client list notes.

    Tags []string

    The client list tags.

    Type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    Version int

    The current version of the client list.

    contractId String

    Contract ID for which client list is assigned.

    groupId Integer

    Group ID for which client list is assigned.

    items List<ClientlistListItem>

    Set of items containing item information.

    itemsCount Integer

    The number of items that a client list contains.

    listId String

    The ID of the client list.

    name String

    The name of the client list.

    notes String

    The client list notes.

    tags List<String>

    The client list tags.

    type String

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    version Integer

    The current version of the client list.

    contractId string

    Contract ID for which client list is assigned.

    groupId number

    Group ID for which client list is assigned.

    items ClientlistListItem[]

    Set of items containing item information.

    itemsCount number

    The number of items that a client list contains.

    listId string

    The ID of the client list.

    name string

    The name of the client list.

    notes string

    The client list notes.

    tags string[]

    The client list tags.

    type string

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    version number

    The current version of the client list.

    contract_id str

    Contract ID for which client list is assigned.

    group_id int

    Group ID for which client list is assigned.

    items Sequence[ClientlistListItemArgs]

    Set of items containing item information.

    items_count int

    The number of items that a client list contains.

    list_id str

    The ID of the client list.

    name str

    The name of the client list.

    notes str

    The client list notes.

    tags Sequence[str]

    The client list tags.

    type str

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    version int

    The current version of the client list.

    contractId String

    Contract ID for which client list is assigned.

    groupId Number

    Group ID for which client list is assigned.

    items List<Property Map>

    Set of items containing item information.

    itemsCount Number

    The number of items that a client list contains.

    listId String

    The ID of the client list.

    name String

    The name of the client list.

    notes String

    The client list notes.

    tags List<String>

    The client list tags.

    type String

    The type of the client list. Valid types: [IP GEO ASN TLS_FINGERPRINT FILE_HASH]

    version Number

    The current version of the client list.

    Supporting Types

    ClientlistListItem, ClientlistListItemArgs

    Value string
    Description string
    ExpirationDate string
    Tags List<string>
    Value string
    Description string
    ExpirationDate string
    Tags []string
    value String
    description String
    expirationDate String
    tags List<String>
    value string
    description string
    expirationDate string
    tags string[]
    value str
    description str
    expiration_date str
    tags Sequence[str]
    value String
    description String
    expirationDate String
    tags List<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 v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi