1. Packages
  2. Akamai
  3. API Docs
  4. ClientlistActivation
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.ClientlistActivation

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Create ClientlistActivation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ClientlistActivation(name: string, args: ClientlistActivationArgs, opts?: CustomResourceOptions);
    @overload
    def ClientlistActivation(resource_name: str,
                             args: ClientlistActivationArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ClientlistActivation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             list_id: Optional[str] = None,
                             network: Optional[str] = None,
                             version: Optional[int] = None,
                             comments: Optional[str] = None,
                             notification_recipients: Optional[Sequence[str]] = None,
                             siebel_ticket_id: Optional[str] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    var clientlistActivationResource = new Akamai.ClientlistActivation("clientlistActivationResource", new()
    {
        ListId = "string",
        Network = "string",
        Version = 0,
        Comments = "string",
        NotificationRecipients = new[]
        {
            "string",
        },
        SiebelTicketId = "string",
    });
    
    example, err := akamai.NewClientlistActivation(ctx, "clientlistActivationResource", &akamai.ClientlistActivationArgs{
    	ListId:   pulumi.String("string"),
    	Network:  pulumi.String("string"),
    	Version:  pulumi.Int(0),
    	Comments: pulumi.String("string"),
    	NotificationRecipients: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SiebelTicketId: pulumi.String("string"),
    })
    
    var clientlistActivationResource = new ClientlistActivation("clientlistActivationResource", ClientlistActivationArgs.builder()        
        .listId("string")
        .network("string")
        .version(0)
        .comments("string")
        .notificationRecipients("string")
        .siebelTicketId("string")
        .build());
    
    clientlist_activation_resource = akamai.ClientlistActivation("clientlistActivationResource",
        list_id="string",
        network="string",
        version=0,
        comments="string",
        notification_recipients=["string"],
        siebel_ticket_id="string")
    
    const clientlistActivationResource = new akamai.ClientlistActivation("clientlistActivationResource", {
        listId: "string",
        network: "string",
        version: 0,
        comments: "string",
        notificationRecipients: ["string"],
        siebelTicketId: "string",
    });
    
    type: akamai:ClientlistActivation
    properties:
        comments: string
        listId: string
        network: string
        notificationRecipients:
            - string
        siebelTicketId: string
        version: 0
    

    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 v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi