A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/ServiceCatalog/Types/CreateServiceActionInput.html below:

CreateServiceActionInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::CreateServiceActionInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateServiceActionInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "ServiceActionName",   definition_type: "SSM_AUTOMATION",   definition: {     "Name" => "ServiceActionDefinitionValue",
  },
  description: "ServiceActionDescription",
  accept_language: "AcceptLanguage",
  idempotency_token: "IdempotencyToken", }
Instance Attribute Summary collapse Instance Attribute Details #accept_language ⇒ String

The language code.

#definition ⇒ Hash<String,String>

The self-service action definition. Can be one of the following:

Name

The name of the AWS 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 AWS 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\"}`].

#definition_type ⇒ String

The service action definition type. For example, SSM_AUTOMATION.

Possible values:

#description ⇒ String

The self-service action description.

#idempotency_token ⇒ String

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.

#name ⇒ String

The self-service action name.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4