Class TransferUserPosixProfile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.transfer_user.TransferUserPosixProfile.Jsii$Proxy
-
- All Implemented Interfaces:
TransferUserPosixProfile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TransferUserPosixProfile
@Stability(Stable) @Internal public static final class TransferUserPosixProfile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransferUserPosixProfile
An implementation forTransferUserPosixProfile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.transfer_user.TransferUserPosixProfile
TransferUserPosixProfile.Builder, TransferUserPosixProfile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(TransferUserPosixProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theTransferUserPosixProfile.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetGid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#gid TransferUser#gid}.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}.NumbergetUid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#uid TransferUser#uid}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(TransferUserPosixProfile.Builder builder)
Constructor that initializes the object based on literal property values passed by theTransferUserPosixProfile.Builder.
-
-
Method Detail
-
getGid
public final Number getGid()
Description copied from interface:TransferUserPosixProfileDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#gid TransferUser#gid}.- Specified by:
getGidin interfaceTransferUserPosixProfile
-
getUid
public final Number getUid()
Description copied from interface:TransferUserPosixProfileDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#uid TransferUser#uid}.- Specified by:
getUidin interfaceTransferUserPosixProfile
-
getSecondaryGids
public final List<Number> getSecondaryGids()
Description copied from interface:TransferUserPosixProfileDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#secondary_gids TransferUser#secondary_gids}.- Specified by:
getSecondaryGidsin interfaceTransferUserPosixProfile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-