awscc.datasync_locationobjectstorage

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:
  AccessKey:
    description: Optional. The access key is used if credentials are required to access
      the self-managed object storage server.
    maxLength: 200
    minLength: 8
    pattern: ^.+$
    type: string
  AgentArns:
    description: The Amazon Resource Name (ARN) of the agents associated with the
      self-managed object storage server location.
    insertionOrder: false
    items:
      maxLength: 128
      pattern: ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$
      type: string
    maxItems: 4
    minItems: 1
    type: array
  SecretKey:
    description: Optional. The secret key is used if credentials are required to access
      the self-managed object storage server.
    maxLength: 200
    minLength: 8
    pattern: ^.+$
    type: string
  ServerPort:
    description: The port that your self-managed server accepts inbound network traffic
      on.
    maximum: 65536
    minimum: 1
    type: integer
  ServerProtocol:
    description: The protocol that the object storage server uses to communicate.
    enum:
    - HTTPS
    - HTTP
    type: string
  Subdirectory:
    description: The subdirectory in the self-managed object storage server that is
      used to read data from.
    maxLength: 4096
    pattern: ^[a-zA-Z0-9_\-\+\./\(\)\p{Zs}]*$
    type: string
  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:DescribeLocationObjectStorage, datasync:ListTagsForResource, datasync:TagResource, datasync:UntagResource, datasync:UpdateLocationObjectStorage