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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransferUserConfig.BuilderA builder forTransferUserConfigstatic classTransferUserConfig.Jsii$ProxyAn implementation forTransferUserConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TransferUserConfig.Builderbuilder()default StringgetHomeDirectory()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 ObjectgetHomeDirectoryMappings()home_directory_mappings block.default StringgetHomeDirectoryType()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 StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#id TransferUser#id}.default StringgetPolicy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#policy TransferUser#policy}.default TransferUserPosixProfilegetPosixProfile()posix_profile block.StringgetRole()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#role TransferUser#role}.StringgetServerId()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 TransferUserTimeoutsgetTimeouts()timeouts block.StringgetUserName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#user_name TransferUser#user_name}.
-
-
-
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}
-
builder
@Stability(Stable) static TransferUserConfig.Builder builder()
- Returns:
- a
TransferUserConfig.BuilderofTransferUserConfig
-
-