Class CfnUserProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnUserProps.Jsii$Proxy
All Implemented Interfaces:
CfnUserProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnUserProps

@Stability(Stable) @Internal public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
An implementation for CfnUserProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnUserProps

    CfnUserProps.Builder, CfnUserProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnUserProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The landing directory (folder) for a user when they log in to the server using the client.
    final Object
    Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.
    final String
    The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.
    final String
    A session policy for your user so you can use the same IAM role across multiple users.
    final Object
    Specifies the full POSIX identity, including user ID ( Uid ), group ID ( Gid ), and any secondary groups IDs ( SecondaryGids ), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.
    final String
    The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that controls your users' access to your Amazon S3 bucket or Amazon EFS file system.
    final String
    A system-assigned unique identifier for a server instance.
    final List<String>
    Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
    final List<CfnTag>
    Key-value pairs that can be used to group and search for users.
    final String
    A unique string that identifies a user and is associated with a ServerId .
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait