Package com.pulumi.aws.datasync
Class LocationHdfsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.datasync.LocationHdfsArgs
-
public final class LocationHdfsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationHdfsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static LocationHdfsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.util.List<java.lang.String>>
agentArns()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
authenticationType()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
blockSize()
static LocationHdfsArgs.Builder
builder()
static LocationHdfsArgs.Builder
builder(LocationHdfsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kerberosKeytab()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kerberosKrb5Conf()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kerberosPrincipal()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kmsKeyProviderUri()
com.pulumi.core.Output<java.util.List<LocationHdfsNameNodeArgs>>
nameNodes()
java.util.Optional<com.pulumi.core.Output<LocationHdfsQopConfigurationArgs>>
qopConfiguration()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
replicationFactor()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
simpleUser()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
subdirectory()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final LocationHdfsArgs Empty
-
-
Method Detail
-
agentArns
public com.pulumi.core.Output<java.util.List<java.lang.String>> agentArns()
- Returns:
- A list of DataSync Agent ARNs with which this location will be associated.
-
authenticationType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> authenticationType()
- Returns:
- The type of authentication used to determine the identity of the user. Valid values are `SIMPLE` and `KERBEROS`.
-
blockSize
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> blockSize()
- Returns:
- The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
-
kerberosKeytab
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kerberosKeytab()
- Returns:
- The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. If `KERBEROS` is specified for `authentication_type`, this parameter is required.
-
kerberosKrb5Conf
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kerberosKrb5Conf()
- Returns:
- The krb5.conf file that contains the Kerberos configuration information. If `KERBEROS` is specified for `authentication_type`, this parameter is required.
-
kerberosPrincipal
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kerberosPrincipal()
- Returns:
- The Kerberos principal with access to the files and folders on the HDFS cluster. If `KERBEROS` is specified for `authentication_type`, this parameter is required.
-
kmsKeyProviderUri
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyProviderUri()
- Returns:
- The URI of the HDFS cluster's Key Management Server (KMS).
-
nameNodes
public com.pulumi.core.Output<java.util.List<LocationHdfsNameNodeArgs>> nameNodes()
- Returns:
- 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. See configuration below.
-
qopConfiguration
public java.util.Optional<com.pulumi.core.Output<LocationHdfsQopConfigurationArgs>> qopConfiguration()
- Returns:
- 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. If `qop_configuration` isn't specified, `rpc_protection` and `data_transfer_protection` default to `PRIVACY`. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.
-
replicationFactor
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> replicationFactor()
- Returns:
- The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.
-
simpleUser
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> simpleUser()
- Returns:
- The user name used to identify the client on the host operating system. If `SIMPLE` is specified for `authentication_type`, this parameter is required.
-
subdirectory
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> subdirectory()
- Returns:
- A subdirectory in the HDFS cluster. 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 /.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static LocationHdfsArgs.Builder builder()
-
builder
public static LocationHdfsArgs.Builder builder(LocationHdfsArgs defaults)
-
-