1. Packages
  2. Akamai
  3. API Docs
  4. NetworkListActivations
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.NetworkListActivations

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Create NetworkListActivations Resource

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

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

    NetworkListId string
    Unique identifier of the network list
    NotificationEmails List<string>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    SyncPoint int
    Identifies the sync point of the network list to be activated
    Network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    Notes string
    Descriptive text to accompany the activation
    NetworkListId string
    Unique identifier of the network list
    NotificationEmails []string
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    SyncPoint int
    Identifies the sync point of the network list to be activated
    Network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    Notes string
    Descriptive text to accompany the activation
    networkListId String
    Unique identifier of the network list
    notificationEmails List<String>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    syncPoint Integer
    Identifies the sync point of the network list to be activated
    network String
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    notes String
    Descriptive text to accompany the activation
    networkListId string
    Unique identifier of the network list
    notificationEmails string[]
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    syncPoint number
    Identifies the sync point of the network list to be activated
    network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    notes string
    Descriptive text to accompany the activation
    network_list_id str
    Unique identifier of the network list
    notification_emails Sequence[str]
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    sync_point int
    Identifies the sync point of the network list to be activated
    network str
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    notes str
    Descriptive text to accompany the activation
    networkListId String
    Unique identifier of the network list
    notificationEmails List<String>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    syncPoint Number
    Identifies the sync point of the network list to be activated
    network String
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    notes String
    Descriptive text to accompany the activation

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    This network list's current activation status in the environment specified by the "network" attribute
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    This network list's current activation status in the environment specified by the "network" attribute
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    This network list's current activation status in the environment specified by the "network" attribute
    id string
    The provider-assigned unique ID for this managed resource.
    status string
    This network list's current activation status in the environment specified by the "network" attribute
    id str
    The provider-assigned unique ID for this managed resource.
    status str
    This network list's current activation status in the environment specified by the "network" attribute
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    This network list's current activation status in the environment specified by the "network" attribute

    Look up Existing NetworkListActivations Resource

    Get an existing NetworkListActivations 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?: NetworkListActivationsState, opts?: CustomResourceOptions): NetworkListActivations
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            network: Optional[str] = None,
            network_list_id: Optional[str] = None,
            notes: Optional[str] = None,
            notification_emails: Optional[Sequence[str]] = None,
            status: Optional[str] = None,
            sync_point: Optional[int] = None) -> NetworkListActivations
    func GetNetworkListActivations(ctx *Context, name string, id IDInput, state *NetworkListActivationsState, opts ...ResourceOption) (*NetworkListActivations, error)
    public static NetworkListActivations Get(string name, Input<string> id, NetworkListActivationsState? state, CustomResourceOptions? opts = null)
    public static NetworkListActivations get(String name, Output<String> id, NetworkListActivationsState 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:
    Network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    NetworkListId string
    Unique identifier of the network list
    Notes string
    Descriptive text to accompany the activation
    NotificationEmails List<string>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    Status string
    This network list's current activation status in the environment specified by the "network" attribute
    SyncPoint int
    Identifies the sync point of the network list to be activated
    Network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    NetworkListId string
    Unique identifier of the network list
    Notes string
    Descriptive text to accompany the activation
    NotificationEmails []string
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    Status string
    This network list's current activation status in the environment specified by the "network" attribute
    SyncPoint int
    Identifies the sync point of the network list to be activated
    network String
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    networkListId String
    Unique identifier of the network list
    notes String
    Descriptive text to accompany the activation
    notificationEmails List<String>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    status String
    This network list's current activation status in the environment specified by the "network" attribute
    syncPoint Integer
    Identifies the sync point of the network list to be activated
    network string
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    networkListId string
    Unique identifier of the network list
    notes string
    Descriptive text to accompany the activation
    notificationEmails string[]
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    status string
    This network list's current activation status in the environment specified by the "network" attribute
    syncPoint number
    Identifies the sync point of the network list to be activated
    network str
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    network_list_id str
    Unique identifier of the network list
    notes str
    Descriptive text to accompany the activation
    notification_emails Sequence[str]
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    status str
    This network list's current activation status in the environment specified by the "network" attribute
    sync_point int
    Identifies the sync point of the network list to be activated
    network String
    The Akamai network on which the list is activated: STAGING or PRODUCTION
    networkListId String
    Unique identifier of the network list
    notes String
    Descriptive text to accompany the activation
    notificationEmails List<String>
    List of email addresses of Control Center users who receive an email when activation of this list is complete
    status String
    This network list's current activation status in the environment specified by the "network" attribute
    syncPoint Number
    Identifies the sync point of the network list to be activated

    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.4.0 published on Tuesday, Feb 20, 2024 by Pulumi