awscc.datasync_locationsmb

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:
  MountOptions:
    additionalProperties: false
    description: The mount options used by DataSync to access the SMB server.
    properties:
      Version:
        description: The specific SMB version that you want DataSync to use to mount
          your SMB share.
        enum:
        - AUTOMATIC
        - SMB2
        - SMB3
        type: string
    type: object
  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:
  AgentArns:
    description: The Amazon Resource Names (ARNs) of agents to use for a Simple Message
      Block (SMB) 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
  Domain:
    description: The name of the Windows domain that the SMB server belongs to.
    maxLength: 253
    pattern: ^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$
    type: string
  MountOptions:
    additionalProperties: false
    description: The mount options used by DataSync to access the SMB server.
    properties:
      Version:
        description: The specific SMB version that you want DataSync to use to mount
          your SMB share.
        enum:
        - AUTOMATIC
        - SMB2
        - SMB3
        type: string
    type: object
  Password:
    description: The password of the user who can mount the share and has the permissions
      to access files and folders in the SMB share.
    maxLength: 104
    pattern: ^.{0,104}$
    type: string
  Subdirectory:
    description: The subdirectory in the SMB file system that is used to read data
      from the SMB source location or write data to the SMB destination
    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
  User:
    description: The user who can mount the share, has the permissions to access files
      and folders in the SMB share.
    maxLength: 104
    pattern: ^[^\x5B\x5D\\/:;|=,+*?]{1,104}$
    type: string
  type:
    enum:
    - update

Permissions - datasync:DescribeLocationSmb, datasync:ListTagsForResource, datasync:TagResource, datasync:UntagResource, datasync:UpdateLocationSmb