Try AWS Native preview for resources not in the classic version.
aws.transfer.User
Explore with Pulumi AI
Try AWS Native preview for resources not in the classic version.
Provides a AWS Transfer User resource. Managing SSH keys can be accomplished with the aws.transfer.SshKey
resource.
Create User Resource
new User(name: string, args: UserArgs, opts?: CustomResourceOptions);
@overload
def User(resource_name: str,
opts: Optional[ResourceOptions] = None,
home_directory: Optional[str] = None,
home_directory_mappings: Optional[Sequence[UserHomeDirectoryMappingArgs]] = None,
home_directory_type: Optional[str] = None,
policy: Optional[str] = None,
posix_profile: Optional[UserPosixProfileArgs] = None,
role: Optional[str] = None,
server_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_name: Optional[str] = None)
@overload
def User(resource_name: str,
args: UserArgs,
opts: Optional[ResourceOptions] = None)
func NewUser(ctx *Context, name string, args UserArgs, opts ...ResourceOption) (*User, error)
public User(string name, UserArgs args, CustomResourceOptions? opts = null)
type: aws:transfer:User
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
User Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The User resource accepts the following input properties:
- Role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- Server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- User
Name string The name used for log in to your SFTP server.
- Home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- Home
Directory List<UserMappings Home Directory Mapping Args> Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- Home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- Policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- Posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- Dictionary<string, string>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
- Role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- Server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- User
Name string The name used for log in to your SFTP server.
- Home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- Home
Directory []UserMappings Home Directory Mapping Args Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- Home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- Policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- Posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- map[string]string
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
- role String
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id String The Server ID of the Transfer Server (e.g.,
s-12345678
)- user
Name String The name used for log in to your SFTP server.
- home
Directory String The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory List<UserMappings Home Directory Mapping Args> Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory StringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy String
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- Map<String,String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
- role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- user
Name string The name used for log in to your SFTP server.
- home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory UserMappings Home Directory Mapping Args[] Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- {[key: string]: string}
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
- role str
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server_
id str The Server ID of the Transfer Server (e.g.,
s-12345678
)- user_
name str The name used for log in to your SFTP server.
- home_
directory str The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home_
directory_ Sequence[Usermappings Home Directory Mapping Args] Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home_
directory_ strtype The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy str
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix_
profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- Mapping[str, str]
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
- role String
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id String The Server ID of the Transfer Server (e.g.,
s-12345678
)- user
Name String The name used for log in to your SFTP server.
- home
Directory String The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory List<Property Map>Mappings Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory StringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy String
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile Property Map 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 EFS file systems. See Posix Profile below.
- Map<String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.
Outputs
All input properties are implicitly available as output properties. Additionally, the User resource produces the following output properties:
Look up Existing User Resource
Get an existing User resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: UserState, opts?: CustomResourceOptions): User
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
home_directory: Optional[str] = None,
home_directory_mappings: Optional[Sequence[UserHomeDirectoryMappingArgs]] = None,
home_directory_type: Optional[str] = None,
policy: Optional[str] = None,
posix_profile: Optional[UserPosixProfileArgs] = None,
role: Optional[str] = None,
server_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None,
user_name: Optional[str] = None) -> User
func GetUser(ctx *Context, name string, id IDInput, state *UserState, opts ...ResourceOption) (*User, error)
public static User Get(string name, Input<string> id, UserState? state, CustomResourceOptions? opts = null)
public static User get(String name, Output<String> id, UserState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Arn string
Amazon Resource Name (ARN) of Transfer User
- Home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- Home
Directory List<UserMappings Home Directory Mapping Args> Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- Home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- Policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- Posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- Role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- Server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- Dictionary<string, string>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- Dictionary<string, string>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- User
Name string The name used for log in to your SFTP server.
- Arn string
Amazon Resource Name (ARN) of Transfer User
- Home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- Home
Directory []UserMappings Home Directory Mapping Args Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- Home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- Policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- Posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- Role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- Server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- map[string]string
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- map[string]string
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- User
Name string The name used for log in to your SFTP server.
- arn String
Amazon Resource Name (ARN) of Transfer User
- home
Directory String The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory List<UserMappings Home Directory Mapping Args> Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory StringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy String
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- role String
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id String The Server ID of the Transfer Server (e.g.,
s-12345678
)- Map<String,String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- Map<String,String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- user
Name String The name used for log in to your SFTP server.
- arn string
Amazon Resource Name (ARN) of Transfer User
- home
Directory string The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory UserMappings Home Directory Mapping Args[] Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory stringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy string
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- role string
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id string The Server ID of the Transfer Server (e.g.,
s-12345678
)- {[key: string]: string}
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- {[key: string]: string}
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- user
Name string The name used for log in to your SFTP server.
- arn str
Amazon Resource Name (ARN) of Transfer User
- home_
directory str The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home_
directory_ Sequence[Usermappings Home Directory Mapping Args] Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home_
directory_ strtype The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy str
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix_
profile UserPosix Profile Args 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 EFS file systems. See Posix Profile below.
- role str
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server_
id str The Server ID of the Transfer Server (e.g.,
s-12345678
)- Mapping[str, str]
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- Mapping[str, str]
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- user_
name str The name used for log in to your SFTP server.
- arn String
Amazon Resource Name (ARN) of Transfer User
- home
Directory String The landing directory (folder) for a user when they log in to the server using their SFTP client. It should begin with a
/
. The first item in the path is the name of the home bucket (accessible as${Transfer:HomeBucket}
in the policy) and the rest is the home directory (accessible as${Transfer:HomeDirectory}
in the policy). For example,/example-bucket-1234/username
would set the home bucket toexample-bucket-1234
and the home directory tousername
.- home
Directory List<Property Map>Mappings Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to make them visible. See Home Directory Mappings below.
- home
Directory StringType The type of landing directory (folder) you mapped for your users' home directory. Valid values are
PATH
andLOGICAL
.- policy String
An IAM JSON policy document that scopes down user access to portions of their Amazon S3 bucket. IAM variables you can use inside this policy include
${Transfer:UserName}
,${Transfer:HomeDirectory}
, and${Transfer:HomeBucket}
. These are evaluated on-the-fly when navigating the bucket.- posix
Profile Property Map 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 EFS file systems. See Posix Profile below.
- role String
Amazon Resource Name (ARN) of an IAM role that allows the service to controls your user’s access to your Amazon S3 bucket.
- server
Id String The Server ID of the Transfer Server (e.g.,
s-12345678
)- Map<String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block, tags with matching keys will overwrite those defined at the provider-level.- Map<String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.- user
Name String The name used for log in to your SFTP server.
Supporting Types
UserHomeDirectoryMapping
UserPosixProfile
- Gid int
The POSIX group ID used for all EFS operations by this user.
- Uid int
The POSIX user ID used for all EFS operations by this user.
- Secondary
Gids List<int> The secondary POSIX group IDs used for all EFS operations by this user.
- Gid int
The POSIX group ID used for all EFS operations by this user.
- Uid int
The POSIX user ID used for all EFS operations by this user.
- Secondary
Gids []int The secondary POSIX group IDs used for all EFS operations by this user.
- gid Integer
The POSIX group ID used for all EFS operations by this user.
- uid Integer
The POSIX user ID used for all EFS operations by this user.
- secondary
Gids List<Integer> The secondary POSIX group IDs used for all EFS operations by this user.
- gid number
The POSIX group ID used for all EFS operations by this user.
- uid number
The POSIX user ID used for all EFS operations by this user.
- secondary
Gids number[] The secondary POSIX group IDs used for all EFS operations by this user.
- gid int
The POSIX group ID used for all EFS operations by this user.
- uid int
The POSIX user ID used for all EFS operations by this user.
- secondary_
gids Sequence[int] The secondary POSIX group IDs used for all EFS operations by this user.
- gid Number
The POSIX group ID used for all EFS operations by this user.
- uid Number
The POSIX user ID used for all EFS operations by this user.
- secondary
Gids List<Number> The secondary POSIX group IDs used for all EFS operations by this user.
Import
Transfer Users can be imported using the server_id
and user_name
separated by /
.
$ pulumi import aws:transfer/user:User bar s-12345678/test-username
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.
Try AWS Native preview for resources not in the classic version.