Builder
Properties
The type of authentication used to determine the identity of the user.
Specifies configuration information for a DataSync-managed secret, such as a KerberosKeytab or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
Specifies configuration information for a customer-managed secret, such as a KerberosKeytab or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed Identity and Access Management (IAM) role that provides access to the secret.
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address.
The krb5.conf file that contains the Kerberos configuration information. You can load the krb5.conf file by providing the file's address. If you're using the CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text.
The Kerberos principal with access to the files and folders on the HDFS cluster.
The URI of the HDFS cluster's Key Management Server (KMS).
The Amazon Resource Name (ARN) of the source HDFS cluster location.
The NameNode that manages the HDFS namespace. 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.
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
The user name used to identify the client on the host operating system.
A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.
Functions
construct an aws.sdk.kotlin.services.datasync.model.CmkSecretConfig inside the given block
construct an aws.sdk.kotlin.services.datasync.model.CustomSecretConfig inside the given block
construct an aws.sdk.kotlin.services.datasync.model.QopConfiguration inside the given block