akamai.ApidefinitionsActivation
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:
- Api
Id 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
- Auto
Acknowledge boolWarnings - Automatically acknowledge all warnings for activation to continue. Default is false
- Notes string
- Notes describing the activation
- Notification
Recipients List<string> - List of email addresses to be notified with the results of the activation
- Api
Id 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
- Auto
Acknowledge boolWarnings - Automatically acknowledge all warnings for activation to continue. Default is false
- Notes string
- Notes describing the activation
- Notification
Recipients []string - List of email addresses to be notified with the results of the activation
- api
Id 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
- auto
Acknowledge BooleanWarnings - Automatically acknowledge all warnings for activation to continue. Default is false
- notes String
- Notes describing the activation
- notification
Recipients List<String> - List of email addresses to be notified with the results of the activation
- api
Id 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
- auto
Acknowledge booleanWarnings - Automatically acknowledge all warnings for activation to continue. Default is false
- notes string
- Notes describing the activation
- notification
Recipients 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_ boolwarnings - 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
- api
Id 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
- auto
Acknowledge BooleanWarnings - Automatically acknowledge all warnings for activation to continue. Default is false
- notes String
- Notes describing the activation
- notification
Recipients 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:
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) -> ApidefinitionsActivationfunc 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.
- Api
Id int - Unique identifier of the API
- Auto
Acknowledge boolWarnings - 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
- Notification
Recipients 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
- Api
Id int - Unique identifier of the API
- Auto
Acknowledge boolWarnings - 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
- Notification
Recipients []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
- api
Id Integer - Unique identifier of the API
- auto
Acknowledge BooleanWarnings - 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
- notification
Recipients 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
- api
Id number - Unique identifier of the API
- auto
Acknowledge booleanWarnings - 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
- notification
Recipients 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_ boolwarnings - 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
- api
Id Number - Unique identifier of the API
- auto
Acknowledge BooleanWarnings - 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
- notification
Recipients 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
akamaiTerraform Provider.
