Interface TransferUserConfig

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.417Z")
    @Stability(Stable)
    public interface TransferUserConfig
    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 TransferUserConfig.Builder builder()  
      default String getHomeDirectory()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#home_directory TransferUser#home_directory}.
      default Object getHomeDirectoryMappings()
      home_directory_mappings block.
      default String getHomeDirectoryType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#home_directory_type TransferUser#home_directory_type}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#id TransferUser#id}.
      default String getPolicy()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#policy TransferUser#policy}.
      default TransferUserPosixProfile getPosixProfile()
      posix_profile block.
      String getRole()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#role TransferUser#role}.
      String getServerId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#server_id TransferUser#server_id}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#tags TransferUser#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#tags_all TransferUser#tags_all}.
      default TransferUserTimeouts getTimeouts()
      timeouts block.
      String getUserName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#user_name TransferUser#user_name}.
      • 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

      • getRole

        @Stability(Stable)
        @NotNull
        String getRole()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#role TransferUser#role}.
      • getServerId

        @Stability(Stable)
        @NotNull
        String getServerId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#server_id TransferUser#server_id}.
      • getUserName

        @Stability(Stable)
        @NotNull
        String getUserName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#user_name TransferUser#user_name}.
      • getHomeDirectory

        @Stability(Stable)
        @Nullable
        default String getHomeDirectory()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#home_directory TransferUser#home_directory}.
      • getHomeDirectoryMappings

        @Stability(Stable)
        @Nullable
        default Object getHomeDirectoryMappings()
        home_directory_mappings block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#home_directory_mappings TransferUser#home_directory_mappings}

      • getHomeDirectoryType

        @Stability(Stable)
        @Nullable
        default String getHomeDirectoryType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#home_directory_type TransferUser#home_directory_type}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#id TransferUser#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.

      • getPolicy

        @Stability(Stable)
        @Nullable
        default String getPolicy()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#policy TransferUser#policy}.
      • getPosixProfile

        @Stability(Stable)
        @Nullable
        default TransferUserPosixProfile getPosixProfile()
        posix_profile block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#posix_profile TransferUser#posix_profile}

      • 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/transfer_user#tags TransferUser#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/transfer_user#tags_all TransferUser#tags_all}.
      • getTimeouts

        @Stability(Stable)
        @Nullable
        default TransferUserTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#timeouts TransferUser#timeouts}