awscc.datasync_locationfsxwindows

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - datasync:DeleteLocation

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: The key for an AWS resource tag.
        maxLength: 256
        minLength: 1
        pattern: ^[a-zA-Z0-9\s+=._:/-]+$
        type: string
      Value:
        description: The value for an AWS resource tag.
        maxLength: 256
        minLength: 1
        pattern: ^[a-zA-Z0-9\s+=._:@/-]+$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: The key for an AWS resource tag.
          maxLength: 256
          minLength: 1
          pattern: ^[a-zA-Z0-9\s+=._:/-]+$
          type: string
        Value:
          description: The value for an AWS resource tag.
          maxLength: 256
          minLength: 1
          pattern: ^[a-zA-Z0-9\s+=._:@/-]+$
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - datasync:DescribeLocationFsxWindows, datasync:ListTagsForResource, datasync:TagResource, datasync:UntagResource