awscc.servicecatalog_serviceaction

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - servicecatalog:DeleteServiceAction

update

Parent base class for filters and actions.

definitions:
  DefinitionParameter:
    additionalProperties: false
    properties:
      Key:
        maxLength: 1000
        minLength: 1
        type: string
      Value:
        maxLength: 4096
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  AcceptLanguage:
    enum:
    - en
    - jp
    - zh
    type: string
  Definition:
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 1000
          minLength: 1
          type: string
        Value:
          maxLength: 4096
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  DefinitionType:
    enum:
    - SSM_AUTOMATION
    type: string
  Description:
    maxLength: 1024
    type: string
  Name:
    maxLength: 256
    minLength: 1
    type: string
  type:
    enum:
    - update

Permissions - servicecatalog:UpdateServiceAction, iam:GetRole