MDAA TS Docs
    Preparing search index...

    SFTP user properties for Transfer Family user creation.

    interface UserProps {
        accessRoleArn?: string;
        homeBucketKmsKeyArn: string;
        homeBucketName: string;
        homeDirectory: string;
        name: string;
        publicKeys: string[];
    }
    Index

    Properties

    accessRoleArn?: string

    Arn of the role which will be used to access the home directory

    homeBucketKmsKeyArn: string

    The KMS key to be used when writing to the home directory bucket via the SFTP server

    homeBucketName: string

    The home directory bucket

    homeDirectory: string

    S3 prefix to be used as the home directory on the home bucket

    name: string

    Name of the user

    publicKeys: string[]

    References to names of public keys (in 'publicKeys' section of config)