awscc.ssm_document

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ssm:DeleteDocument

update

Parent base class for filters and actions.

definitions:
  AttachmentsSource:
    additionalProperties: false
    properties:
      Key:
        description: The key of a key-value pair that identifies the location of an
          attachment to a document.
        enum:
        - SourceUrl
        - S3FileUrl
        - AttachmentReference
        type: string
      Name:
        description: The name of the document attachment file.
        maxLength: 128
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
      Values:
        description: The value of a key-value pair that identifies the location of
          an attachment to a document. The format for Value depends on the type of
          key you specify.
        insertionOrder: false
        items:
          maxLength: 100000
          minLength: 1
          type: string
        maxItems: 1
        minItems: 1
        type: array
    type: object
  DocumentRequires:
    additionalProperties: false
    properties:
      Name:
        description: The name of the required SSM document. The name can be an Amazon
          Resource Name (ARN).
        maxLength: 200
        pattern: ^[a-zA-Z0-9_\-.:/]{3,200}$
        type: string
      Version:
        description: The document version required by the current document.
        maxLength: 8
        pattern: ([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)
        type: string
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: The name of the tag.
        maxLength: 128
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
      Value:
        description: The value of the tag.
        maxLength: 256
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
    type: object
properties:
  Tags:
    description: Optional metadata that you assign to a resource. Tags enable you
      to categorize a resource in different ways, such as by purpose, owner, or environment.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          description: The name of the tag.
          maxLength: 128
          minLength: 1
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
        Value:
          description: The value of the tag.
          maxLength: 256
          minLength: 1
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
      type: object
    maxItems: 1000
    type: array
  type:
    enum:
    - update

Permissions - ssm:UpdateDocument, s3:GetObject, ssm:AddTagsToResource, ssm:RemoveTagsFromResource, ssm:ListTagsForResource, iam:PassRole