Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationHDFSPropsMixin.Builder
Packages that use CfnLocationHDFSPropsMixin.Builder
-
Uses of CfnLocationHDFSPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datasync
Methods in software.amazon.awscdk.cfnpropertymixins.services.datasync that return CfnLocationHDFSPropsMixin.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Names (ARNs) of the DataSync agents that can connect to your HDFS cluster.CfnLocationHDFSPropsMixin.Builder.authenticationType(String authenticationType) The authentication mode used to determine identity of user.The size of data blocks to write into the HDFS cluster.CfnLocationHDFSPropsMixin.Builder.cmkSecretConfig(CfnLocationHDFSPropsMixin.CmkSecretConfigProperty cmkSecretConfig) Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.CfnLocationHDFSPropsMixin.Builder.cmkSecretConfig(IResolvable cmkSecretConfig) Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.CfnLocationHDFSPropsMixin.Builder.create()CfnLocationHDFSPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLocationHDFSPropsMixin.Builder.customSecretConfig(CfnLocationHDFSPropsMixin.CustomSecretConfigProperty customSecretConfig) Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.CfnLocationHDFSPropsMixin.Builder.customSecretConfig(IResolvable customSecretConfig) Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.CfnLocationHDFSPropsMixin.Builder.kerberosKeytab(String kerberosKeytab) The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys.CfnLocationHDFSPropsMixin.Builder.kerberosKrb5Conf(String kerberosKrb5Conf) Thekrb5.conffile that contains the Kerberos configuration information.CfnLocationHDFSPropsMixin.Builder.kerberosPrincipal(String kerberosPrincipal) The Kerberos principal with access to the files and folders on the HDFS cluster.CfnLocationHDFSPropsMixin.Builder.kmsKeyProviderUri(String kmsKeyProviderUri) The URI of the HDFS cluster's Key Management Server (KMS).The NameNode that manages the HDFS namespace.CfnLocationHDFSPropsMixin.Builder.nameNodes(IResolvable nameNodes) The NameNode that manages the HDFS namespace.CfnLocationHDFSPropsMixin.Builder.qopConfiguration(CfnLocationHDFSPropsMixin.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.CfnLocationHDFSPropsMixin.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.CfnLocationHDFSPropsMixin.Builder.replicationFactor(Number replicationFactor) The number of DataNodes to replicate the data to when writing to the HDFS cluster.CfnLocationHDFSPropsMixin.Builder.simpleUser(String simpleUser) The user name used to identify the client on the host operating system.CfnLocationHDFSPropsMixin.Builder.subdirectory(String subdirectory) A subdirectory in the HDFS cluster.The key-value pair that represents the tag that you want to add to the location.