@Stability(value=Stable) @Internal public static final class CfnLocationHDFSProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationHDFSProps
CfnLocationHDFSPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnLocationHDFSProps.Builder, CfnLocationHDFSProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLocationHDFSProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLocationHDFSProps.Builder. |
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(Object o) |
List<String> |
getAgentArns()
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
String |
getAuthenticationType()
`AWS::DataSync::LocationHDFS.AuthenticationType`.
|
Number |
getBlockSize()
The size of data blocks to write into the HDFS cluster.
|
String |
getKerberosKeytab()
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys.
|
String |
getKerberosKrb5Conf()
The `krb5.conf` file that contains the Kerberos configuration information.
|
String |
getKerberosPrincipal()
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
String |
getKmsKeyProviderUri()
The URI of the HDFS cluster's Key Management Server (KMS).
|
Object |
getNameNodes()
The NameNode that manages the HDFS namespace.
|
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.
|
Number |
getReplicationFactor()
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
String |
getSimpleUser()
The user name used to identify the client on the host operating system.
|
String |
getSubdirectory()
A subdirectory in the HDFS cluster.
|
List<CfnTag> |
getTags()
The key-value pair that represents the tag that you want to add to the location.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLocationHDFSProps.Builder builder)
CfnLocationHDFSProps.Builder.public final List<String> getAgentArns()
CfnLocationHDFSPropsgetAgentArns in interface CfnLocationHDFSPropspublic final String getAuthenticationType()
CfnLocationHDFSPropsgetAuthenticationType in interface CfnLocationHDFSPropspublic final Object getNameNodes()
CfnLocationHDFSPropsThe 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 CfnLocationHDFSPropspublic final Number getBlockSize()
CfnLocationHDFSPropsThe block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
getBlockSize in interface CfnLocationHDFSPropspublic final String getKerberosKeytab()
CfnLocationHDFSProps
Provide the base64-encoded file text. If KERBEROS is specified for AuthType , this value is required.
getKerberosKeytab in interface CfnLocationHDFSPropspublic final String getKerberosKrb5Conf()
CfnLocationHDFSPropsgetKerberosKrb5Conf in interface CfnLocationHDFSPropspublic final String getKerberosPrincipal()
CfnLocationHDFSProps
If
KERBEROSis specified forAuthenticationType, this parameter is required.
getKerberosPrincipal in interface CfnLocationHDFSPropspublic final String getKmsKeyProviderUri()
CfnLocationHDFSPropsgetKmsKeyProviderUri in interface CfnLocationHDFSPropspublic final 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 CfnLocationHDFSPropspublic final Number getReplicationFactor()
CfnLocationHDFSPropsBy default, data is replicated to three DataNodes.
getReplicationFactor in interface CfnLocationHDFSPropspublic final String getSimpleUser()
CfnLocationHDFSProps
If
SIMPLEis specified forAuthenticationType, this parameter is required.
getSimpleUser in interface CfnLocationHDFSPropspublic final 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 CfnLocationHDFSPropspublic final List<CfnTag> getTags()
CfnLocationHDFSPropsThe value can be an empty string. We recommend using tags to name your resources.
getTags in interface CfnLocationHDFSProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.