awscc.ssm_resourcedatasync

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - ssm:ListResourceDataSync, ssm:DeleteResourceDataSync

update

Parent base class for filters and actions.

definitions:
  AwsOrganizationsSource:
    additionalProperties: false
    properties:
      OrganizationSourceType:
        maxLength: 64
        minLength: 1
        type: string
      OrganizationalUnits:
        items:
          type: string
        type: array
        uniqueItems: false
    required:
    - OrganizationSourceType
    type: object
  S3Destination:
    additionalProperties: false
    properties:
      BucketName:
        maxLength: 2048
        minLength: 1
        type: string
      BucketPrefix:
        maxLength: 256
        minLength: 1
        type: string
      BucketRegion:
        maxLength: 64
        minLength: 1
        type: string
      KMSKeyArn:
        maxLength: 512
        minLength: 1
        type: string
      SyncFormat:
        maxLength: 1024
        minLength: 1
        type: string
    required:
    - BucketName
    - BucketRegion
    - SyncFormat
    type: object
  SyncSource:
    additionalProperties: false
    properties:
      AwsOrganizationsSource:
        additionalProperties: false
        properties:
          OrganizationSourceType:
            maxLength: 64
            minLength: 1
            type: string
          OrganizationalUnits:
            items:
              type: string
            type: array
            uniqueItems: false
        required:
        - OrganizationSourceType
        type: object
      IncludeFutureRegions:
        type: boolean
      SourceRegions:
        items:
          type: string
        type: array
        uniqueItems: false
      SourceType:
        maxLength: 64
        minLength: 1
        type: string
    required:
    - SourceType
    - SourceRegions
    type: object
properties:
  SyncSource:
    additionalProperties: false
    properties:
      AwsOrganizationsSource:
        additionalProperties: false
        properties:
          OrganizationSourceType:
            maxLength: 64
            minLength: 1
            type: string
          OrganizationalUnits:
            items:
              type: string
            type: array
            uniqueItems: false
        required:
        - OrganizationSourceType
        type: object
      IncludeFutureRegions:
        type: boolean
      SourceRegions:
        items:
          type: string
        type: array
        uniqueItems: false
      SourceType:
        maxLength: 64
        minLength: 1
        type: string
    required:
    - SourceType
    - SourceRegions
    type: object
  type:
    enum:
    - update

Permissions - ssm:ListResourceDataSync, ssm:UpdateResourceDataSync