View source: R/servicecatalog_operations.R
servicecatalog_create_service_action | R Documentation |
Creates a self-service action.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_service_action/ for full documentation.
servicecatalog_create_service_action(
Name,
DefinitionType,
Definition,
Description = NULL,
AcceptLanguage = NULL,
IdempotencyToken
)
Name |
[required] The self-service action name. |
DefinitionType |
[required] The service action definition type. For example, |
Definition |
[required] The self-service action definition. Can be one of the following: Name The name of the Amazon Web Services Systems Manager document (SSM
document). For example, If you are using a shared SSM document, you must provide the ARN instead of the name. Version The Amazon Web Services Systems Manager automation document version. For
example, AssumeRole The Amazon Resource Name (ARN) of the role that performs the
self-service actions on your behalf. For example,
To reuse the provisioned product launch role, set to
Parameters The list of parameters in JSON format. For example: |
Description |
The self-service action description. |
AcceptLanguage |
The language code.
|
IdempotencyToken |
[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.