LocationHdfsArgs

constructor(agentArns: Output<List<String>>? = null, authenticationType: Output<LocationHdfsAuthenticationType>? = null, blockSize: Output<Int>? = null, kerberosKeytab: Output<String>? = null, kerberosKrb5Conf: Output<String>? = null, kerberosPrincipal: Output<String>? = null, kmsKeyProviderUri: Output<String>? = null, nameNodes: Output<List<LocationHdfsNameNodeArgs>>? = null, qopConfiguration: Output<LocationHdfsQopConfigurationArgs>? = null, replicationFactor: Output<Int>? = null, simpleUser: Output<String>? = null, subdirectory: Output<String>? = null, tags: Output<List<TagArgs>>? = null)