Interface TransferUserPosixProfile

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    TransferUserPosixProfile.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.418Z")
    @Stability(Stable)
    public interface TransferUserPosixProfile
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getGid

        @Stability(Stable)
        @NotNull
        Number getGid()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#gid TransferUser#gid}.
      • getUid

        @Stability(Stable)
        @NotNull
        Number getUid()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#uid TransferUser#uid}.
      • getSecondaryGids

        @Stability(Stable)
        @Nullable
        default List<Number> getSecondaryGids()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#secondary_gids TransferUser#secondary_gids}.