| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.agentArns(List<String> agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.authenticationType(String authenticationType)
`AWS::DataSync::LocationHDFS.AuthenticationType`.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.blockSize(Number blockSize)
The size of data blocks to write into the HDFS cluster.
|
static CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.kerberosKeytab(String kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.kerberosKrb5Conf(String kerberosKrb5Conf)
The `krb5.conf` file that contains the Kerberos configuration information.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.nameNodes(IResolvable nameNodes)
The NameNode that manages the HDFS namespace.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.nameNodes(List<? extends Object> nameNodes)
The NameNode that manages the HDFS namespace.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.qopConfiguration(CfnLocationHDFS.QopConfigurationProperty qopConfiguration)
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.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.qopConfiguration(IResolvable qopConfiguration)
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.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.replicationFactor(Number replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.subdirectory(String subdirectory)
A subdirectory in the HDFS cluster.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2022. All rights reserved.