1. Packages
  2. Akamai
  3. API Docs
  4. AppSecActivations
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.AppSecActivations

Explore with Pulumi AI

Create AppSecActivations Resource

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

Constructor syntax

new AppSecActivations(name: string, args: AppSecActivationsArgs, opts?: CustomResourceOptions);
@overload
def AppSecActivations(resource_name: str,
                      args: AppSecActivationsArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def AppSecActivations(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      config_id: Optional[int] = None,
                      notification_emails: Optional[Sequence[str]] = None,
                      version: Optional[int] = None,
                      network: Optional[str] = None,
                      note: Optional[str] = None)
func NewAppSecActivations(ctx *Context, name string, args AppSecActivationsArgs, opts ...ResourceOption) (*AppSecActivations, error)
public AppSecActivations(string name, AppSecActivationsArgs args, CustomResourceOptions? opts = null)
public AppSecActivations(String name, AppSecActivationsArgs args)
public AppSecActivations(String name, AppSecActivationsArgs args, CustomResourceOptions options)
type: akamai:AppSecActivations
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AppSecActivationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AppSecActivationsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AppSecActivationsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AppSecActivationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AppSecActivationsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

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

var appSecActivationsResource = new Akamai.AppSecActivations("appSecActivationsResource", new()
{
    ConfigId = 0,
    NotificationEmails = new[]
    {
        "string",
    },
    Version = 0,
    Network = "string",
    Note = "string",
});
Copy
example, err := akamai.NewAppSecActivations(ctx, "appSecActivationsResource", &akamai.AppSecActivationsArgs{
	ConfigId: pulumi.Int(0),
	NotificationEmails: pulumi.StringArray{
		pulumi.String("string"),
	},
	Version: pulumi.Int(0),
	Network: pulumi.String("string"),
	Note:    pulumi.String("string"),
})
Copy
var appSecActivationsResource = new AppSecActivations("appSecActivationsResource", AppSecActivationsArgs.builder()
    .configId(0)
    .notificationEmails("string")
    .version(0)
    .network("string")
    .note("string")
    .build());
Copy
app_sec_activations_resource = akamai.AppSecActivations("appSecActivationsResource",
    config_id=0,
    notification_emails=["string"],
    version=0,
    network="string",
    note="string")
Copy
const appSecActivationsResource = new akamai.AppSecActivations("appSecActivationsResource", {
    configId: 0,
    notificationEmails: ["string"],
    version: 0,
    network: "string",
    note: "string",
});
Copy
type: akamai:AppSecActivations
properties:
    configId: 0
    network: string
    note: string
    notificationEmails:
        - string
    version: 0
Copy

AppSecActivations Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The AppSecActivations resource accepts the following input properties:

ConfigId This property is required. int
Unique identifier of the security configuration to be activated
NotificationEmails This property is required. List<string>
List of email addresses to be notified with the results of the activation
Version This property is required. int
Version of the security configuration to be activated
Network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
Note string
Note describing the activation. Will use timestamp if omitted.
ConfigId This property is required. int
Unique identifier of the security configuration to be activated
NotificationEmails This property is required. []string
List of email addresses to be notified with the results of the activation
Version This property is required. int
Version of the security configuration to be activated
Network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
Note string
Note describing the activation. Will use timestamp if omitted.
configId This property is required. Integer
Unique identifier of the security configuration to be activated
notificationEmails This property is required. List<String>
List of email addresses to be notified with the results of the activation
version This property is required. Integer
Version of the security configuration to be activated
network String
Network on which to activate the configuration version (STAGING or PRODUCTION)
note String
Note describing the activation. Will use timestamp if omitted.
configId This property is required. number
Unique identifier of the security configuration to be activated
notificationEmails This property is required. string[]
List of email addresses to be notified with the results of the activation
version This property is required. number
Version of the security configuration to be activated
network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
note string
Note describing the activation. Will use timestamp if omitted.
config_id This property is required. int
Unique identifier of the security configuration to be activated
notification_emails This property is required. Sequence[str]
List of email addresses to be notified with the results of the activation
version This property is required. int
Version of the security configuration to be activated
network str
Network on which to activate the configuration version (STAGING or PRODUCTION)
note str
Note describing the activation. Will use timestamp if omitted.
configId This property is required. Number
Unique identifier of the security configuration to be activated
notificationEmails This property is required. List<String>
List of email addresses to be notified with the results of the activation
version This property is required. Number
Version of the security configuration to be activated
network String
Network on which to activate the configuration version (STAGING or PRODUCTION)
note String
Note describing the activation. Will use timestamp if omitted.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Status string
The results of the activation
Id string
The provider-assigned unique ID for this managed resource.
Status string
The results of the activation
id String
The provider-assigned unique ID for this managed resource.
status String
The results of the activation
id string
The provider-assigned unique ID for this managed resource.
status string
The results of the activation
id str
The provider-assigned unique ID for this managed resource.
status str
The results of the activation
id String
The provider-assigned unique ID for this managed resource.
status String
The results of the activation

Look up Existing AppSecActivations Resource

Get an existing AppSecActivations 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?: AppSecActivationsState, opts?: CustomResourceOptions): AppSecActivations
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config_id: Optional[int] = None,
        network: Optional[str] = None,
        note: Optional[str] = None,
        notification_emails: Optional[Sequence[str]] = None,
        status: Optional[str] = None,
        version: Optional[int] = None) -> AppSecActivations
func GetAppSecActivations(ctx *Context, name string, id IDInput, state *AppSecActivationsState, opts ...ResourceOption) (*AppSecActivations, error)
public static AppSecActivations Get(string name, Input<string> id, AppSecActivationsState? state, CustomResourceOptions? opts = null)
public static AppSecActivations get(String name, Output<String> id, AppSecActivationsState state, CustomResourceOptions options)
resources:  _:    type: akamai:AppSecActivations    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
ConfigId int
Unique identifier of the security configuration to be activated
Network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
Note string
Note describing the activation. Will use timestamp if omitted.
NotificationEmails List<string>
List of email addresses to be notified with the results of the activation
Status string
The results of the activation
Version int
Version of the security configuration to be activated
ConfigId int
Unique identifier of the security configuration to be activated
Network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
Note string
Note describing the activation. Will use timestamp if omitted.
NotificationEmails []string
List of email addresses to be notified with the results of the activation
Status string
The results of the activation
Version int
Version of the security configuration to be activated
configId Integer
Unique identifier of the security configuration to be activated
network String
Network on which to activate the configuration version (STAGING or PRODUCTION)
note String
Note describing the activation. Will use timestamp if omitted.
notificationEmails List<String>
List of email addresses to be notified with the results of the activation
status String
The results of the activation
version Integer
Version of the security configuration to be activated
configId number
Unique identifier of the security configuration to be activated
network string
Network on which to activate the configuration version (STAGING or PRODUCTION)
note string
Note describing the activation. Will use timestamp if omitted.
notificationEmails string[]
List of email addresses to be notified with the results of the activation
status string
The results of the activation
version number
Version of the security configuration to be activated
config_id int
Unique identifier of the security configuration to be activated
network str
Network on which to activate the configuration version (STAGING or PRODUCTION)
note str
Note describing the activation. Will use timestamp if omitted.
notification_emails Sequence[str]
List of email addresses to be notified with the results of the activation
status str
The results of the activation
version int
Version of the security configuration to be activated
configId Number
Unique identifier of the security configuration to be activated
network String
Network on which to activate the configuration version (STAGING or PRODUCTION)
note String
Note describing the activation. Will use timestamp if omitted.
notificationEmails List<String>
List of email addresses to be notified with the results of the activation
status String
The results of the activation
version Number
Version of the security configuration 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.