Skip to content

/AWS1/CL_SCG=>CREATESERVICEACTION()

About CreateServiceAction

Creates a self-service action.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/SCGSERVICEACTIONNAME /AWS1/SCGSERVICEACTIONNAME

The self-service action name.

IV_DEFINITIONTYPE TYPE /AWS1/SCGSERVICEACTIONDEFNTYPE /AWS1/SCGSERVICEACTIONDEFNTYPE

The service action definition type. For example, SSM_AUTOMATION.

IT_DEFINITION TYPE /AWS1/CL_SCGSVCACTIONDEFNMAP_W=>TT_SERVICEACTIONDEFINITIONMAP TT_SERVICEACTIONDEFINITIONMAP

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, AWS-RestartEC2Instance.

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, "Version": "1"

AssumeRole

The Amazon Resource Name (ARN) of the role that performs the self-service actions on your behalf. For example, "AssumeRole": "arn:aws:iam::12345678910:role/ActionRole".

To reuse the provisioned product launch role, set to "AssumeRole": "LAUNCH_ROLE".

Parameters

The list of parameters in JSON format.

For example: [{\"Name\":\"InstanceId\",\"Type\":\"TARGET\"}] or [{\"Name\":\"InstanceId\",\"Type\":\"TEXT_VALUE\"}].

IV_IDEMPOTENCYTOKEN TYPE /AWS1/SCGIDEMPOTENCYTOKEN /AWS1/SCGIDEMPOTENCYTOKEN

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.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/SCGSERVICEACTIONDESC /AWS1/SCGSERVICEACTIONDESC

The self-service action description.

IV_ACCEPTLANGUAGE TYPE /AWS1/SCGACCEPTLANGUAGE /AWS1/SCGACCEPTLANGUAGE

The language code.

  • jp - Japanese

  • zh - Chinese

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCGCREATESVCACTIONOUT /AWS1/CL_SCGCREATESVCACTIONOUT