public static final class CfnLocationHDFSProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationHDFSProps
CfnLocationHDFSProps
CfnLocationHDFSProps.Builder, CfnLocationHDFSProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAgentArns()
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
java.lang.String |
getAuthenticationType()
`AWS::DataSync::LocationHDFS.AuthenticationType`.
|
java.lang.Number |
getBlockSize()
The size of data blocks to write into the HDFS cluster.
|
java.lang.String |
getKerberosKeytab()
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys.
|
java.lang.String |
getKerberosKrb5Conf()
The `krb5.conf` file that contains the Kerberos configuration information.
|
java.lang.String |
getKerberosPrincipal()
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
java.lang.String |
getKmsKeyProviderUri()
The URI of the HDFS cluster's Key Management Server (KMS).
|
java.lang.Object |
getNameNodes()
The NameNode that manages the HDFS namespace.
|
java.lang.Object |
getQopConfiguration()
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.
|
java.lang.Number |
getReplicationFactor()
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
java.lang.String |
getSimpleUser()
The user name used to identify the client on the host operating system.
|
java.lang.String |
getSubdirectory()
A subdirectory in the HDFS cluster.
|
java.util.List<CfnTag> |
getTags()
The key-value pair that represents the tag that you want to add to the location.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getAgentArns()
CfnLocationHDFSProps
getAgentArns
in interface CfnLocationHDFSProps
public final java.lang.String getAuthenticationType()
CfnLocationHDFSProps
getAuthenticationType
in interface CfnLocationHDFSProps
public final java.lang.Object getNameNodes()
CfnLocationHDFSProps
The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
getNameNodes
in interface CfnLocationHDFSProps
public final java.lang.Number getBlockSize()
CfnLocationHDFSProps
The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
getBlockSize
in interface CfnLocationHDFSProps
public final java.lang.String getKerberosKeytab()
CfnLocationHDFSProps
Provide the base64-encoded file text. If KERBEROS
is specified for AuthType
, this value is required.
getKerberosKeytab
in interface CfnLocationHDFSProps
public final java.lang.String getKerberosKrb5Conf()
CfnLocationHDFSProps
getKerberosKrb5Conf
in interface CfnLocationHDFSProps
public final java.lang.String getKerberosPrincipal()
CfnLocationHDFSProps
If
KERBEROS
is specified forAuthenticationType
, this parameter is required.
getKerberosPrincipal
in interface CfnLocationHDFSProps
public final java.lang.String getKmsKeyProviderUri()
CfnLocationHDFSProps
getKmsKeyProviderUri
in interface CfnLocationHDFSProps
public final java.lang.Object getQopConfiguration()
CfnLocationHDFSProps
If QopConfiguration
isn't specified, RpcProtection
and DataTransferProtection
default to PRIVACY
. If you set RpcProtection
or DataTransferProtection
, the other parameter assumes the same value.
getQopConfiguration
in interface CfnLocationHDFSProps
public final java.lang.Number getReplicationFactor()
CfnLocationHDFSProps
By default, data is replicated to three DataNodes.
getReplicationFactor
in interface CfnLocationHDFSProps
public final java.lang.String getSimpleUser()
CfnLocationHDFSProps
If
SIMPLE
is specified forAuthenticationType
, this parameter is required.
getSimpleUser
in interface CfnLocationHDFSProps
public final java.lang.String getSubdirectory()
CfnLocationHDFSProps
This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /
.
getSubdirectory
in interface CfnLocationHDFSProps
public final java.util.List<CfnTag> getTags()
CfnLocationHDFSProps
The value can be an empty string. We recommend using tags to name your resources.
getTags
in interface CfnLocationHDFSProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()