Interface DatasyncLocationHdfsConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    DatasyncLocationHdfsConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.471Z")
    @Stability(Stable)
    public interface DatasyncLocationHdfsConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static DatasyncLocationHdfsConfig.Builder builder()  
      List<String> getAgentArns()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#agent_arns DatasyncLocationHdfs#agent_arns}.
      default String getAuthenticationType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#authentication_type DatasyncLocationHdfs#authentication_type}.
      default Number getBlockSize()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#block_size DatasyncLocationHdfs#block_size}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#id DatasyncLocationHdfs#id}.
      default String getKerberosKeytab()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_keytab DatasyncLocationHdfs#kerberos_keytab}.
      default String getKerberosKrb5Conf()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_krb5_conf DatasyncLocationHdfs#kerberos_krb5_conf}.
      default String getKerberosPrincipal()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_principal DatasyncLocationHdfs#kerberos_principal}.
      default String getKmsKeyProviderUri()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kms_key_provider_uri DatasyncLocationHdfs#kms_key_provider_uri}.
      Object getNameNode()
      name_node block.
      default DatasyncLocationHdfsQopConfiguration getQopConfiguration()
      qop_configuration block.
      default Number getReplicationFactor()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#replication_factor DatasyncLocationHdfs#replication_factor}.
      default String getSimpleUser()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#simple_user DatasyncLocationHdfs#simple_user}.
      default String getSubdirectory()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#subdirectory DatasyncLocationHdfs#subdirectory}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#tags DatasyncLocationHdfs#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#tags_all DatasyncLocationHdfs#tags_all}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getAgentArns

        @Stability(Stable)
        @NotNull
        List<String> getAgentArns()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#agent_arns DatasyncLocationHdfs#agent_arns}.
      • getNameNode

        @Stability(Stable)
        @NotNull
        Object getNameNode()
        name_node block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#name_node DatasyncLocationHdfs#name_node}

      • getAuthenticationType

        @Stability(Stable)
        @Nullable
        default String getAuthenticationType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#authentication_type DatasyncLocationHdfs#authentication_type}.
      • getBlockSize

        @Stability(Stable)
        @Nullable
        default Number getBlockSize()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#block_size DatasyncLocationHdfs#block_size}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#id DatasyncLocationHdfs#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getKerberosKeytab

        @Stability(Stable)
        @Nullable
        default String getKerberosKeytab()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_keytab DatasyncLocationHdfs#kerberos_keytab}.
      • getKerberosKrb5Conf

        @Stability(Stable)
        @Nullable
        default String getKerberosKrb5Conf()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_krb5_conf DatasyncLocationHdfs#kerberos_krb5_conf}.
      • getKerberosPrincipal

        @Stability(Stable)
        @Nullable
        default String getKerberosPrincipal()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kerberos_principal DatasyncLocationHdfs#kerberos_principal}.
      • getKmsKeyProviderUri

        @Stability(Stable)
        @Nullable
        default String getKmsKeyProviderUri()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#kms_key_provider_uri DatasyncLocationHdfs#kms_key_provider_uri}.
      • getQopConfiguration

        @Stability(Stable)
        @Nullable
        default DatasyncLocationHdfsQopConfiguration getQopConfiguration()
        qop_configuration block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#qop_configuration DatasyncLocationHdfs#qop_configuration}

      • getReplicationFactor

        @Stability(Stable)
        @Nullable
        default Number getReplicationFactor()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#replication_factor DatasyncLocationHdfs#replication_factor}.
      • getSimpleUser

        @Stability(Stable)
        @Nullable
        default String getSimpleUser()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#simple_user DatasyncLocationHdfs#simple_user}.
      • getSubdirectory

        @Stability(Stable)
        @Nullable
        default String getSubdirectory()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#subdirectory DatasyncLocationHdfs#subdirectory}.
      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#tags DatasyncLocationHdfs#tags}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTagsAll()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#tags_all DatasyncLocationHdfs#tags_all}.