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

akamai.ClientlistActivation

Explore with Pulumi AI

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

    Create ClientlistActivation Resource

    new ClientlistActivation(name: string, args: ClientlistActivationArgs, opts?: CustomResourceOptions);
    @overload
    def ClientlistActivation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             comments: Optional[str] = None,
                             list_id: Optional[str] = None,
                             network: Optional[str] = None,
                             notification_recipients: Optional[Sequence[str]] = None,
                             siebel_ticket_id: Optional[str] = None,
                             version: Optional[int] = None)
    @overload
    def ClientlistActivation(resource_name: str,
                             args: ClientlistActivationArgs,
                             opts: Optional[ResourceOptions] = None)
    func NewClientlistActivation(ctx *Context, name string, args ClientlistActivationArgs, opts ...ResourceOption) (*ClientlistActivation, error)
    public ClientlistActivation(string name, ClientlistActivationArgs args, CustomResourceOptions? opts = null)
    public ClientlistActivation(String name, ClientlistActivationArgs args)
    public ClientlistActivation(String name, ClientlistActivationArgs args, CustomResourceOptions options)
    
    type: akamai:ClientlistActivation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ClientlistActivationArgs
    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 ClientlistActivationArgs
    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 ClientlistActivationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClientlistActivationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClientlistActivationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ClientlistActivation 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 ClientlistActivation resource accepts the following input properties:

    ListId string

    The client list unique identifier.

    Network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    Version int

    The client list version.

    Comments string

    A brief description for the activation.

    NotificationRecipients List<string>

    Users to notify via email.

    SiebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    ListId string

    The client list unique identifier.

    Network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    Version int

    The client list version.

    Comments string

    A brief description for the activation.

    NotificationRecipients []string

    Users to notify via email.

    SiebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    listId String

    The client list unique identifier.

    network String

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    version Integer

    The client list version.

    comments String

    A brief description for the activation.

    notificationRecipients List<String>

    Users to notify via email.

    siebelTicketId String

    Identifies the Siebel ticket, if the activation is linked to one.

    listId string

    The client list unique identifier.

    network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    version number

    The client list version.

    comments string

    A brief description for the activation.

    notificationRecipients string[]

    Users to notify via email.

    siebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    list_id str

    The client list unique identifier.

    network str

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    version int

    The client list version.

    comments str

    A brief description for the activation.

    notification_recipients Sequence[str]

    Users to notify via email.

    siebel_ticket_id str

    Identifies the Siebel ticket, if the activation is linked to one.

    listId String

    The client list unique identifier.

    network String

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    version Number

    The client list version.

    comments String

    A brief description for the activation.

    notificationRecipients List<String>

    Users to notify via email.

    siebelTicketId String

    Identifies the Siebel ticket, if the activation is linked to one.

    Outputs

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

    Id string

    The provider-assigned unique ID for this managed resource.

    Status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    Id string

    The provider-assigned unique ID for this managed resource.

    Status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    id String

    The provider-assigned unique ID for this managed resource.

    status String

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    id string

    The provider-assigned unique ID for this managed resource.

    status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    id str

    The provider-assigned unique ID for this managed resource.

    status str

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    id String

    The provider-assigned unique ID for this managed resource.

    status String

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    Look up Existing ClientlistActivation Resource

    Get an existing ClientlistActivation 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?: ClientlistActivationState, opts?: CustomResourceOptions): ClientlistActivation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comments: Optional[str] = None,
            list_id: Optional[str] = None,
            network: Optional[str] = None,
            notification_recipients: Optional[Sequence[str]] = None,
            siebel_ticket_id: Optional[str] = None,
            status: Optional[str] = None,
            version: Optional[int] = None) -> ClientlistActivation
    func GetClientlistActivation(ctx *Context, name string, id IDInput, state *ClientlistActivationState, opts ...ResourceOption) (*ClientlistActivation, error)
    public static ClientlistActivation Get(string name, Input<string> id, ClientlistActivationState? state, CustomResourceOptions? opts = null)
    public static ClientlistActivation get(String name, Output<String> id, ClientlistActivationState 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:
    Comments string

    A brief description for the activation.

    ListId string

    The client list unique identifier.

    Network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    NotificationRecipients List<string>

    Users to notify via email.

    SiebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    Status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    Version int

    The client list version.

    Comments string

    A brief description for the activation.

    ListId string

    The client list unique identifier.

    Network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    NotificationRecipients []string

    Users to notify via email.

    SiebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    Status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    Version int

    The client list version.

    comments String

    A brief description for the activation.

    listId String

    The client list unique identifier.

    network String

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    notificationRecipients List<String>

    Users to notify via email.

    siebelTicketId String

    Identifies the Siebel ticket, if the activation is linked to one.

    status String

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    version Integer

    The client list version.

    comments string

    A brief description for the activation.

    listId string

    The client list unique identifier.

    network string

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    notificationRecipients string[]

    Users to notify via email.

    siebelTicketId string

    Identifies the Siebel ticket, if the activation is linked to one.

    status string

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    version number

    The client list version.

    comments str

    A brief description for the activation.

    list_id str

    The client list unique identifier.

    network str

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    notification_recipients Sequence[str]

    Users to notify via email.

    siebel_ticket_id str

    Identifies the Siebel ticket, if the activation is linked to one.

    status str

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    version int

    The client list version.

    comments String

    A brief description for the activation.

    listId String

    The client list unique identifier.

    network String

    The network environment where you activate your client list: either STAGING or PRODUCTION.

    notificationRecipients List<String>

    Users to notify via email.

    siebelTicketId String

    Identifies the Siebel ticket, if the activation is linked to one.

    status String

    The current activation status, either ACTIVE, INACTIVE, MODIFIED, PENDING_ACTIVATION, PENDING_DEACTIVATION, or FAILED.

    version Number

    The client list version.

    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