awscc.datasync_locationhdfs

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:
  NameNode:
    additionalProperties: false
    description: HDFS Name Node IP and port information.
    properties:
      Hostname:
        description: The DNS name or IP address of the Name Node in the customer's
          on premises HDFS cluster.
        maxLength: 255
        pattern: ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$
        type: string
      Port:
        description: The port on which the Name Node is listening on for client requests.
        maximum: 65536
        minimum: 1
        type: integer
    required:
    - Hostname
    - Port
    type: object
  QopConfiguration:
    additionalProperties: false
    description: Configuration information for RPC Protection and Data Transfer Protection.
      These parameters can be set to AUTHENTICATION, INTEGRITY, or PRIVACY. The default
      value is PRIVACY.
    properties:
      DataTransferProtection:
        default: PRIVACY
        description: Configuration for Data Transfer Protection.
        enum:
        - AUTHENTICATION
        - INTEGRITY
        - PRIVACY
        - DISABLED
        type: string
      RpcProtection:
        default: PRIVACY
        description: Configuration for RPC Protection.
        enum:
        - AUTHENTICATION
        - INTEGRITY
        - PRIVACY
        - DISABLED
        type: string
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  AgentArns:
    description: ARN(s) of the agent(s) to use for an HDFS 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
  AuthenticationType:
    description: The authentication mode used to determine identity of user.
    enum:
    - SIMPLE
    - KERBEROS
    type: string
  BlockSize:
    description: Size of chunks (blocks) in bytes that the data is divided into when
      stored in the HDFS cluster.
    format: int64
    maximum: 1073741824
    minimum: 1048576
    type: integer
  KerberosKeytab:
    description: The Base64 string representation of the Keytab file.
    type: string
  KerberosKrb5Conf:
    description: The string representation of the Krb5Conf file, or the presigned
      URL to access the Krb5.conf file within an S3 bucket.
    type: string
  KerberosPrincipal:
    description: The unique identity, or principal, to which Kerberos can assign tickets.
    maxLength: 256
    minLength: 1
    pattern: ^.+$
    type: string
  KmsKeyProviderUri:
    description: The identifier for the Key Management Server where the encryption
      keys that encrypt data inside HDFS clusters are stored.
    maxLength: 255
    minLength: 1
    pattern: ^kms:\/\/http[s]?@(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])(;(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9]))*:[0-9]{1,5}\/kms$
    type: string
  NameNodes:
    description: An array of Name Node(s) of the HDFS location.
    insertionOrder: false
    items:
      additionalProperties: false
      description: HDFS Name Node IP and port information.
      properties:
        Hostname:
          description: The DNS name or IP address of the Name Node in the customer's
            on premises HDFS cluster.
          maxLength: 255
          pattern: ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$
          type: string
        Port:
          description: The port on which the Name Node is listening on for client
            requests.
          maximum: 65536
          minimum: 1
          type: integer
      required:
      - Hostname
      - Port
      type: object
    minItems: 1
    type: array
  QopConfiguration:
    additionalProperties: false
    description: Configuration information for RPC Protection and Data Transfer Protection.
      These parameters can be set to AUTHENTICATION, INTEGRITY, or PRIVACY. The default
      value is PRIVACY.
    properties:
      DataTransferProtection:
        default: PRIVACY
        description: Configuration for Data Transfer Protection.
        enum:
        - AUTHENTICATION
        - INTEGRITY
        - PRIVACY
        - DISABLED
        type: string
      RpcProtection:
        default: PRIVACY
        description: Configuration for RPC Protection.
        enum:
        - AUTHENTICATION
        - INTEGRITY
        - PRIVACY
        - DISABLED
        type: string
    type: object
  ReplicationFactor:
    default: 3
    description: Number of copies of each block that exists inside the HDFS cluster.
    format: int64
    maximum: 512
    minimum: 1
    type: integer
  SimpleUser:
    description: The user name that has read and write permissions on the specified
      HDFS cluster.
    maxLength: 256
    minLength: 1
    pattern: ^[_.A-Za-z0-9][-_.A-Za-z0-9]*$
    type: string
  Subdirectory:
    description: The subdirectory in HDFS that is used to read data from the HDFS
      source location or write data to the HDFS 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 name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - datasync:UpdateLocationHdfs, datasync:DescribeLocationHdfs, datasync:ListTagsForResource, datasync:TagResource, datasync:UntagResource