Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeLocationHdfsResponse

import type { DescribeLocationHdfsResponse } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";
interface DescribeLocationHdfsResponse {
AgentArns?: string[] | null;
AuthenticationType?: HdfsAuthenticationType | null;
BlockSize?: number | null;
CreationTime?: Date | number | null;
KerberosPrincipal?: string | null;
KmsKeyProviderUri?: string | null;
LocationArn?: string | null;
LocationUri?: string | null;
NameNodes?: HdfsNameNode[] | null;
QopConfiguration?: QopConfiguration | null;
ReplicationFactor?: number | null;
SimpleUser?: string | null;
}

§Properties

§
AgentArns?: string[] | null
[src]

The ARNs of the agents that are used to connect to the HDFS cluster.

§
AuthenticationType?: HdfsAuthenticationType | null
[src]

The type of authentication used to determine the identity of the user.

§
BlockSize?: number | null
[src]

The size of the data blocks to write into the HDFS cluster.

§
CreationTime?: Date | number | null
[src]

The time that the HDFS location was created.

§
KerberosPrincipal?: string | null
[src]

The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

§
KmsKeyProviderUri?: string | null
[src]

The URI of the HDFS cluster's Key Management Server (KMS).

§
LocationArn?: string | null
[src]

The ARN of the HDFS cluster location.

§
LocationUri?: string | null
[src]

The URI of the HDFS cluster location.

§
NameNodes?: HdfsNameNode[] | null
[src]

The NameNode that manage the HDFS namespace.

§
QopConfiguration?: QopConfiguration | null
[src]

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.

§
ReplicationFactor?: number | null
[src]

The number of DataNodes to replicate the data to when writing to the HDFS cluster.

§
SimpleUser?: string | null
[src]

The user name used to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.