akamai.MtlstruststoreCaSetActivation
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:
- Ca
Set stringId - 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
Mtlstruststore
Ca Set Activation Timeouts
- Ca
Set stringId - 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
Mtlstruststore
Ca Set Activation Timeouts Args
- ca
Set StringId - 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
Mtlstruststore
Ca Set Activation Timeouts
- ca
Set stringId - 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
Mtlstruststore
Ca Set Activation Timeouts
- ca_
set_ strid - 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
Mtlstruststore
Ca Set Activation Timeouts Args
- ca
Set StringId - 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:
- Created
By string - User who submitted the activation request.
- Created
Date string - Date the activation request was submitted in ISO-8601 format.
- Id string
- The provider-assigned unique ID for this managed resource.
- Modified
By string - The user who completed the activation.
- Modified
Date string - Date the activation request was modified in ISO-8601 format.
- Created
By string - User who submitted the activation request.
- Created
Date string - Date the activation request was submitted in ISO-8601 format.
- Id string
- The provider-assigned unique ID for this managed resource.
- Modified
By string - The user who completed the activation.
- Modified
Date string - Date the activation request was modified in ISO-8601 format.
- created
By String - User who submitted the activation request.
- created
Date String - Date the activation request was submitted in ISO-8601 format.
- id String
- The provider-assigned unique ID for this managed resource.
- modified
By String - The user who completed the activation.
- modified
Date String - Date the activation request was modified in ISO-8601 format.
- created
By string - User who submitted the activation request.
- created
Date string - Date the activation request was submitted in ISO-8601 format.
- id string
- The provider-assigned unique ID for this managed resource.
- modified
By string - The user who completed the activation.
- modified
Date 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.
- created
By String - User who submitted the activation request.
- created
Date String - Date the activation request was submitted in ISO-8601 format.
- id String
- The provider-assigned unique ID for this managed resource.
- modified
By String - The user who completed the activation.
- modified
Date 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) -> MtlstruststoreCaSetActivationfunc 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.
- Ca
Set stringId - Uniquely Identifies a CA set.
- Created
By string - User who submitted the activation request.
- Created
Date string - Date the activation request was submitted in ISO-8601 format.
- Modified
By string - The user who completed the activation.
- Modified
Date 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
Mtlstruststore
Ca Set Activation Timeouts - Version int
- Identifies the version of the CA set.
- Ca
Set stringId - Uniquely Identifies a CA set.
- Created
By string - User who submitted the activation request.
- Created
Date string - Date the activation request was submitted in ISO-8601 format.
- Modified
By string - The user who completed the activation.
- Modified
Date 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
Mtlstruststore
Ca Set Activation Timeouts Args - Version int
- Identifies the version of the CA set.
- ca
Set StringId - Uniquely Identifies a CA set.
- created
By String - User who submitted the activation request.
- created
Date String - Date the activation request was submitted in ISO-8601 format.
- modified
By String - The user who completed the activation.
- modified
Date 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
Mtlstruststore
Ca Set Activation Timeouts - version Integer
- Identifies the version of the CA set.
- ca
Set stringId - Uniquely Identifies a CA set.
- created
By string - User who submitted the activation request.
- created
Date string - Date the activation request was submitted in ISO-8601 format.
- modified
By string - The user who completed the activation.
- modified
Date 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
Mtlstruststore
Ca Set Activation Timeouts - version number
- Identifies the version of the CA set.
- ca_
set_ strid - 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
Mtlstruststore
Ca Set Activation Timeouts Args - version int
- Identifies the version of the CA set.
- ca
Set StringId - Uniquely Identifies a CA set.
- created
By String - User who submitted the activation request.
- created
Date String - Date the activation request was submitted in ISO-8601 format.
- modified
By String - The user who completed the activation.
- modified
Date 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
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
