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

akamai.MtlstruststoreCaSetActivation

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

    Create MtlstruststoreCaSetActivation Resource

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

    Constructor syntax

    new MtlstruststoreCaSetActivation(name: string, args: MtlstruststoreCaSetActivationArgs, opts?: CustomResourceOptions);
    @overload
    def MtlstruststoreCaSetActivation(resource_name: str,
                                      args: MtlstruststoreCaSetActivationArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def MtlstruststoreCaSetActivation(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      ca_set_id: Optional[str] = None,
                                      network: Optional[str] = None,
                                      version: Optional[int] = None,
                                      timeouts: Optional[MtlstruststoreCaSetActivationTimeoutsArgs] = None)
    func NewMtlstruststoreCaSetActivation(ctx *Context, name string, args MtlstruststoreCaSetActivationArgs, opts ...ResourceOption) (*MtlstruststoreCaSetActivation, error)
    public MtlstruststoreCaSetActivation(string name, MtlstruststoreCaSetActivationArgs args, CustomResourceOptions? opts = null)
    public MtlstruststoreCaSetActivation(String name, MtlstruststoreCaSetActivationArgs args)
    public MtlstruststoreCaSetActivation(String name, MtlstruststoreCaSetActivationArgs args, CustomResourceOptions options)
    
    type: akamai:MtlstruststoreCaSetActivation
    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 MtlstruststoreCaSetActivationArgs
    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 MtlstruststoreCaSetActivationArgs
    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 MtlstruststoreCaSetActivationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MtlstruststoreCaSetActivationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MtlstruststoreCaSetActivationArgs
    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 mtlstruststoreCaSetActivationResource = new Akamai.MtlstruststoreCaSetActivation("mtlstruststoreCaSetActivationResource", new()
    {
        CaSetId = "string",
        Network = "string",
        Version = 0,
        Timeouts = new Akamai.Inputs.MtlstruststoreCaSetActivationTimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
    });
    
    example, err := akamai.NewMtlstruststoreCaSetActivation(ctx, "mtlstruststoreCaSetActivationResource", &akamai.MtlstruststoreCaSetActivationArgs{
    	CaSetId: pulumi.String("string"),
    	Network: pulumi.String("string"),
    	Version: pulumi.Int(0),
    	Timeouts: &akamai.MtlstruststoreCaSetActivationTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var mtlstruststoreCaSetActivationResource = new MtlstruststoreCaSetActivation("mtlstruststoreCaSetActivationResource", MtlstruststoreCaSetActivationArgs.builder()
        .caSetId("string")
        .network("string")
        .version(0)
        .timeouts(MtlstruststoreCaSetActivationTimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .build());
    
    mtlstruststore_ca_set_activation_resource = akamai.MtlstruststoreCaSetActivation("mtlstruststoreCaSetActivationResource",
        ca_set_id="string",
        network="string",
        version=0,
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        })
    
    const mtlstruststoreCaSetActivationResource = new akamai.MtlstruststoreCaSetActivation("mtlstruststoreCaSetActivationResource", {
        caSetId: "string",
        network: "string",
        version: 0,
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
    });
    
    type: akamai:MtlstruststoreCaSetActivation
    properties:
        caSetId: string
        network: string
        timeouts:
            create: string
            delete: string
            update: string
        version: 0
    

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

    CaSetId string
    Uniquely Identifies a CA set.
    Network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    Version int
    Identifies the version of the CA set.
    Timeouts MtlstruststoreCaSetActivationTimeouts
    CaSetId string
    Uniquely Identifies a CA set.
    Network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    Version int
    Identifies the version of the CA set.
    Timeouts MtlstruststoreCaSetActivationTimeoutsArgs
    caSetId String
    Uniquely Identifies a CA set.
    network String
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    version Integer
    Identifies the version of the CA set.
    timeouts MtlstruststoreCaSetActivationTimeouts
    caSetId string
    Uniquely Identifies a CA set.
    network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    version number
    Identifies the version of the CA set.
    timeouts MtlstruststoreCaSetActivationTimeouts
    ca_set_id str
    Uniquely Identifies a CA set.
    network str
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    version int
    Identifies the version of the CA set.
    timeouts MtlstruststoreCaSetActivationTimeoutsArgs
    caSetId String
    Uniquely Identifies a CA set.
    network String
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    version Number
    Identifies the version of the CA set.
    timeouts Property Map

    Outputs

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

    CreatedBy string
    User who submitted the activation request.
    CreatedDate string
    Date the activation request was submitted in ISO-8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    The user who completed the activation.
    ModifiedDate string
    Date the activation request was modified in ISO-8601 format.
    CreatedBy string
    User who submitted the activation request.
    CreatedDate string
    Date the activation request was submitted in ISO-8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    The user who completed the activation.
    ModifiedDate string
    Date the activation request was modified in ISO-8601 format.
    createdBy String
    User who submitted the activation request.
    createdDate String
    Date the activation request was submitted in ISO-8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    The user who completed the activation.
    modifiedDate String
    Date the activation request was modified in ISO-8601 format.
    createdBy string
    User who submitted the activation request.
    createdDate string
    Date the activation request was submitted in ISO-8601 format.
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedBy string
    The user who completed the activation.
    modifiedDate string
    Date the activation request was modified in ISO-8601 format.
    created_by str
    User who submitted the activation request.
    created_date str
    Date the activation request was submitted in ISO-8601 format.
    id str
    The provider-assigned unique ID for this managed resource.
    modified_by str
    The user who completed the activation.
    modified_date str
    Date the activation request was modified in ISO-8601 format.
    createdBy String
    User who submitted the activation request.
    createdDate String
    Date the activation request was submitted in ISO-8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    The user who completed the activation.
    modifiedDate String
    Date the activation request was modified in ISO-8601 format.

    Look up Existing MtlstruststoreCaSetActivation Resource

    Get an existing MtlstruststoreCaSetActivation 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?: MtlstruststoreCaSetActivationState, opts?: CustomResourceOptions): MtlstruststoreCaSetActivation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ca_set_id: Optional[str] = None,
            created_by: Optional[str] = None,
            created_date: Optional[str] = None,
            modified_by: Optional[str] = None,
            modified_date: Optional[str] = None,
            network: Optional[str] = None,
            timeouts: Optional[MtlstruststoreCaSetActivationTimeoutsArgs] = None,
            version: Optional[int] = None) -> MtlstruststoreCaSetActivation
    func GetMtlstruststoreCaSetActivation(ctx *Context, name string, id IDInput, state *MtlstruststoreCaSetActivationState, opts ...ResourceOption) (*MtlstruststoreCaSetActivation, error)
    public static MtlstruststoreCaSetActivation Get(string name, Input<string> id, MtlstruststoreCaSetActivationState? state, CustomResourceOptions? opts = null)
    public static MtlstruststoreCaSetActivation get(String name, Output<String> id, MtlstruststoreCaSetActivationState state, CustomResourceOptions options)
    resources:  _:    type: akamai:MtlstruststoreCaSetActivation    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:
    CaSetId string
    Uniquely Identifies a CA set.
    CreatedBy string
    User who submitted the activation request.
    CreatedDate string
    Date the activation request was submitted in ISO-8601 format.
    ModifiedBy string
    The user who completed the activation.
    ModifiedDate string
    Date the activation request was modified in ISO-8601 format.
    Network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    Timeouts MtlstruststoreCaSetActivationTimeouts
    Version int
    Identifies the version of the CA set.
    CaSetId string
    Uniquely Identifies a CA set.
    CreatedBy string
    User who submitted the activation request.
    CreatedDate string
    Date the activation request was submitted in ISO-8601 format.
    ModifiedBy string
    The user who completed the activation.
    ModifiedDate string
    Date the activation request was modified in ISO-8601 format.
    Network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    Timeouts MtlstruststoreCaSetActivationTimeoutsArgs
    Version int
    Identifies the version of the CA set.
    caSetId String
    Uniquely Identifies a CA set.
    createdBy String
    User who submitted the activation request.
    createdDate String
    Date the activation request was submitted in ISO-8601 format.
    modifiedBy String
    The user who completed the activation.
    modifiedDate String
    Date the activation request was modified in ISO-8601 format.
    network String
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    timeouts MtlstruststoreCaSetActivationTimeouts
    version Integer
    Identifies the version of the CA set.
    caSetId string
    Uniquely Identifies a CA set.
    createdBy string
    User who submitted the activation request.
    createdDate string
    Date the activation request was submitted in ISO-8601 format.
    modifiedBy string
    The user who completed the activation.
    modifiedDate string
    Date the activation request was modified in ISO-8601 format.
    network string
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    timeouts MtlstruststoreCaSetActivationTimeouts
    version number
    Identifies the version of the CA set.
    ca_set_id str
    Uniquely Identifies a CA set.
    created_by str
    User who submitted the activation request.
    created_date str
    Date the activation request was submitted in ISO-8601 format.
    modified_by str
    The user who completed the activation.
    modified_date str
    Date the activation request was modified in ISO-8601 format.
    network str
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    timeouts MtlstruststoreCaSetActivationTimeoutsArgs
    version int
    Identifies the version of the CA set.
    caSetId String
    Uniquely Identifies a CA set.
    createdBy String
    User who submitted the activation request.
    createdDate String
    Date the activation request was submitted in ISO-8601 format.
    modifiedBy String
    The user who completed the activation.
    modifiedDate String
    Date the activation request was modified in ISO-8601 format.
    network String
    Indicates the network for any activation-related activities, either 'STAGING' or 'PRODUCTION'.
    timeouts Property Map
    version Number
    Identifies the version of the CA set.

    Supporting Types

    MtlstruststoreCaSetActivationTimeouts, MtlstruststoreCaSetActivationTimeoutsArgs

    Create string
    Optional configurable resource create timeout. By default it's 1h.
    Delete string
    Optional configurable resource delete timeout. By default it's 1h.
    Update string
    Optional configurable resource update timeout. By default it's 1h.
    Create string
    Optional configurable resource create timeout. By default it's 1h.
    Delete string
    Optional configurable resource delete timeout. By default it's 1h.
    Update string
    Optional configurable resource update timeout. By default it's 1h.
    create String
    Optional configurable resource create timeout. By default it's 1h.
    delete String
    Optional configurable resource delete timeout. By default it's 1h.
    update String
    Optional configurable resource update timeout. By default it's 1h.
    create string
    Optional configurable resource create timeout. By default it's 1h.
    delete string
    Optional configurable resource delete timeout. By default it's 1h.
    update string
    Optional configurable resource update timeout. By default it's 1h.
    create str
    Optional configurable resource create timeout. By default it's 1h.
    delete str
    Optional configurable resource delete timeout. By default it's 1h.
    update str
    Optional configurable resource update timeout. By default it's 1h.
    create String
    Optional configurable resource create timeout. By default it's 1h.
    delete String
    Optional configurable resource delete timeout. By default it's 1h.
    update String
    Optional configurable resource update timeout. By default it's 1h.

    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