GetLocationHdfsResult

data class GetLocationHdfsResult(val agentArns: List<String>? = null, val authenticationType: LocationHdfsAuthenticationType? = null, val blockSize: Int? = null, val kerberosPrincipal: String? = null, val kmsKeyProviderUri: String? = null, val locationArn: String? = null, val locationUri: String? = null, val nameNodes: List<LocationHdfsNameNode>? = null, val qopConfiguration: LocationHdfsQopConfiguration? = null, val replicationFactor: Int? = null, val simpleUser: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(agentArns: List<String>? = null, authenticationType: LocationHdfsAuthenticationType? = null, blockSize: Int? = null, kerberosPrincipal: String? = null, kmsKeyProviderUri: String? = null, locationArn: String? = null, locationUri: String? = null, nameNodes: List<LocationHdfsNameNode>? = null, qopConfiguration: LocationHdfsQopConfiguration? = null, replicationFactor: Int? = null, simpleUser: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentArns: List<String>? = null

ARN(s) of the agent(s) to use for an HDFS location.

Link copied to clipboard

The authentication mode used to determine identity of user.

Link copied to clipboard
val blockSize: Int? = null

Size of chunks (blocks) in bytes that the data is divided into when stored in the HDFS cluster.

Link copied to clipboard

The unique identity, or principal, to which Kerberos can assign tickets.

Link copied to clipboard

The identifier for the Key Management Server where the encryption keys that encrypt data inside HDFS clusters are stored.

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the HDFS location.

Link copied to clipboard
val locationUri: String? = null

The URL of the HDFS location that was described.

Link copied to clipboard

An array of Name Node(s) of the HDFS location.

Link copied to clipboard

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If QopConfiguration isn't specified, RpcProtection and DataTransferProtection default to PRIVACY . If you set RpcProtection or DataTransferProtection , the other parameter assumes the same value.

Link copied to clipboard
val replicationFactor: Int? = null

Number of copies of each block that exists inside the HDFS cluster.

Link copied to clipboard
val simpleUser: String? = null

The user name that has read and write permissions on the specified HDFS cluster.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.