1. Packages
  2. Akamai
  3. API Docs
  4. ApidefinitionsActivation
Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi

akamai.ApidefinitionsActivation

Start a Neo task
Explain and create an akamai.ApidefinitionsActivation resource
akamai logo
Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi

    Create ApidefinitionsActivation Resource

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

    Constructor syntax

    new ApidefinitionsActivation(name: string, args: ApidefinitionsActivationArgs, opts?: CustomResourceOptions);
    @overload
    def ApidefinitionsActivation(resource_name: str,
                                 args: ApidefinitionsActivationArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ApidefinitionsActivation(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 api_id: Optional[int] = None,
                                 network: Optional[str] = None,
                                 version: Optional[int] = None,
                                 auto_acknowledge_warnings: Optional[bool] = None,
                                 notes: Optional[str] = None,
                                 notification_recipients: Optional[Sequence[str]] = None)
    func NewApidefinitionsActivation(ctx *Context, name string, args ApidefinitionsActivationArgs, opts ...ResourceOption) (*ApidefinitionsActivation, error)
    public ApidefinitionsActivation(string name, ApidefinitionsActivationArgs args, CustomResourceOptions? opts = null)
    public ApidefinitionsActivation(String name, ApidefinitionsActivationArgs args)
    public ApidefinitionsActivation(String name, ApidefinitionsActivationArgs args, CustomResourceOptions options)
    
    type: akamai:ApidefinitionsActivation
    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 ApidefinitionsActivationArgs
    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 ApidefinitionsActivationArgs
    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 ApidefinitionsActivationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApidefinitionsActivationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApidefinitionsActivationArgs
    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 apidefinitionsActivationResource = new Akamai.ApidefinitionsActivation("apidefinitionsActivationResource", new()
    {
        ApiId = 0,
        Network = "string",
        Version = 0,
        AutoAcknowledgeWarnings = false,
        Notes = "string",
        NotificationRecipients = new[]
        {
            "string",
        },
    });
    
    example, err := akamai.NewApidefinitionsActivation(ctx, "apidefinitionsActivationResource", &akamai.ApidefinitionsActivationArgs{
    	ApiId:                   pulumi.Int(0),
    	Network:                 pulumi.String("string"),
    	Version:                 pulumi.Int(0),
    	AutoAcknowledgeWarnings: pulumi.Bool(false),
    	Notes:                   pulumi.String("string"),
    	NotificationRecipients: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var apidefinitionsActivationResource = new ApidefinitionsActivation("apidefinitionsActivationResource", ApidefinitionsActivationArgs.builder()
        .apiId(0)
        .network("string")
        .version(0)
        .autoAcknowledgeWarnings(false)
        .notes("string")
        .notificationRecipients("string")
        .build());
    
    apidefinitions_activation_resource = akamai.ApidefinitionsActivation("apidefinitionsActivationResource",
        api_id=0,
        network="string",
        version=0,
        auto_acknowledge_warnings=False,
        notes="string",
        notification_recipients=["string"])
    
    const apidefinitionsActivationResource = new akamai.ApidefinitionsActivation("apidefinitionsActivationResource", {
        apiId: 0,
        network: "string",
        version: 0,
        autoAcknowledgeWarnings: false,
        notes: "string",
        notificationRecipients: ["string"],
    });
    
    type: akamai:ApidefinitionsActivation
    properties:
        apiId: 0
        autoAcknowledgeWarnings: false
        network: string
        notes: string
        notificationRecipients:
            - string
        version: 0
    

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

    ApiId int
    Unique identifier of the API
    Network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    Version int
    Version of the API to be activated
    AutoAcknowledgeWarnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    Notes string
    Notes describing the activation
    NotificationRecipients List<string>
    List of email addresses to be notified with the results of the activation
    ApiId int
    Unique identifier of the API
    Network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    Version int
    Version of the API to be activated
    AutoAcknowledgeWarnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    Notes string
    Notes describing the activation
    NotificationRecipients []string
    List of email addresses to be notified with the results of the activation
    apiId Integer
    Unique identifier of the API
    network String
    Network on which to activate the API version (STAGING or PRODUCTION)
    version Integer
    Version of the API to be activated
    autoAcknowledgeWarnings Boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    notes String
    Notes describing the activation
    notificationRecipients List<String>
    List of email addresses to be notified with the results of the activation
    apiId number
    Unique identifier of the API
    network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    version number
    Version of the API to be activated
    autoAcknowledgeWarnings boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    notes string
    Notes describing the activation
    notificationRecipients string[]
    List of email addresses to be notified with the results of the activation
    api_id int
    Unique identifier of the API
    network str
    Network on which to activate the API version (STAGING or PRODUCTION)
    version int
    Version of the API to be activated
    auto_acknowledge_warnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    notes str
    Notes describing the activation
    notification_recipients Sequence[str]
    List of email addresses to be notified with the results of the activation
    apiId Number
    Unique identifier of the API
    network String
    Network on which to activate the API version (STAGING or PRODUCTION)
    version Number
    Version of the API to be activated
    autoAcknowledgeWarnings Boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    notes String
    Notes describing the activation
    notificationRecipients List<String>
    List of email addresses to be notified with the results of the activation

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ApidefinitionsActivation 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 ApidefinitionsActivation Resource

    Get an existing ApidefinitionsActivation 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?: ApidefinitionsActivationState, opts?: CustomResourceOptions): ApidefinitionsActivation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_id: Optional[int] = None,
            auto_acknowledge_warnings: Optional[bool] = None,
            network: Optional[str] = None,
            notes: Optional[str] = None,
            notification_recipients: Optional[Sequence[str]] = None,
            status: Optional[str] = None,
            version: Optional[int] = None) -> ApidefinitionsActivation
    func GetApidefinitionsActivation(ctx *Context, name string, id IDInput, state *ApidefinitionsActivationState, opts ...ResourceOption) (*ApidefinitionsActivation, error)
    public static ApidefinitionsActivation Get(string name, Input<string> id, ApidefinitionsActivationState? state, CustomResourceOptions? opts = null)
    public static ApidefinitionsActivation get(String name, Output<String> id, ApidefinitionsActivationState state, CustomResourceOptions options)
    resources:  _:    type: akamai:ApidefinitionsActivation    get:      id: ${id}
    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:
    ApiId int
    Unique identifier of the API
    AutoAcknowledgeWarnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    Network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    Notes string
    Notes describing the activation
    NotificationRecipients 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 API to be activated
    ApiId int
    Unique identifier of the API
    AutoAcknowledgeWarnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    Network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    Notes string
    Notes describing the activation
    NotificationRecipients []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 API to be activated
    apiId Integer
    Unique identifier of the API
    autoAcknowledgeWarnings Boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    network String
    Network on which to activate the API version (STAGING or PRODUCTION)
    notes String
    Notes describing the activation
    notificationRecipients 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 API to be activated
    apiId number
    Unique identifier of the API
    autoAcknowledgeWarnings boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    network string
    Network on which to activate the API version (STAGING or PRODUCTION)
    notes string
    Notes describing the activation
    notificationRecipients 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 API to be activated
    api_id int
    Unique identifier of the API
    auto_acknowledge_warnings bool
    Automatically acknowledge all warnings for activation to continue. Default is false
    network str
    Network on which to activate the API version (STAGING or PRODUCTION)
    notes str
    Notes describing the activation
    notification_recipients 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 API to be activated
    apiId Number
    Unique identifier of the API
    autoAcknowledgeWarnings Boolean
    Automatically acknowledge all warnings for activation to continue. Default is false
    network String
    Network on which to activate the API version (STAGING or PRODUCTION)
    notes String
    Notes describing the activation
    notificationRecipients 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 API 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 v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate