Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + HomeDirectory terra.StringValue + HomeDirectoryMappings []HomeDirectoryMappings + HomeDirectoryType terra.StringValue + Id terra.StringValue + Policy terra.StringValue + PosixProfile *PosixProfile + Role terra.StringValue + ServerId terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + UserName terra.StringValue + type HomeDirectoryMappings struct + Entry terra.StringValue + Target terra.StringValue + type HomeDirectoryMappingsAttributes struct + func (hdm HomeDirectoryMappingsAttributes) Entry() terra.StringValue + func (hdm HomeDirectoryMappingsAttributes) InternalRef() (terra.Reference, error) + func (hdm HomeDirectoryMappingsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (hdm HomeDirectoryMappingsAttributes) InternalWithRef(ref terra.Reference) HomeDirectoryMappingsAttributes + func (hdm HomeDirectoryMappingsAttributes) Target() terra.StringValue + type HomeDirectoryMappingsState struct + Entry string + Target string + type PosixProfile struct + Gid terra.NumberValue + SecondaryGids terra.SetValue[terra.NumberValue] + Uid terra.NumberValue + type PosixProfileAttributes struct + func (pp PosixProfileAttributes) Gid() terra.NumberValue + func (pp PosixProfileAttributes) InternalRef() (terra.Reference, error) + func (pp PosixProfileAttributes) InternalTokens() (hclwrite.Tokens, error) + func (pp PosixProfileAttributes) InternalWithRef(ref terra.Reference) PosixProfileAttributes + func (pp PosixProfileAttributes) SecondaryGids() terra.SetValue[terra.NumberValue] + func (pp PosixProfileAttributes) Uid() terra.NumberValue + type PosixProfileState struct + Gid float64 + SecondaryGids []float64 + Uid float64 + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (atu *Resource) Attributes() awsTransferUserAttributes + func (atu *Resource) Configuration() interface{} + func (atu *Resource) DependOn() terra.Reference + func (atu *Resource) Dependencies() terra.Dependencies + func (atu *Resource) ImportState(state io.Reader) error + func (atu *Resource) LifecycleManagement() *terra.Lifecycle + func (atu *Resource) LocalName() string + func (atu *Resource) State() (*awsTransferUserState, bool) + func (atu *Resource) StateMust() *awsTransferUserState + func (atu *Resource) Type() string