IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface CreateSessionOutput

    interface CreateSessionOutput {
        ServerSideEncryption?: ServerSideEncryption;
        SSEKMSKeyId?: string;
        SSEKMSEncryptionContext?: string;
        BucketKeyEnabled?: boolean;
        Credentials: SessionCredentials | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ServerSideEncryption?: ServerSideEncryption

    The server-side encryption algorithm used when you store objects in the directory bucket.

    When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is aws:fsx.

    SSEKMSKeyId?: string

    If you specify x-amz-server-side-encryption with aws:kms, this header indicates the ID of the KMS symmetric encryption customer managed key that was used for object encryption.

    SSEKMSEncryptionContext?: string

    If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs. This value is stored as object metadata and automatically gets passed on to Amazon Web Services KMS for future GetObject operations on this object.

    BucketKeyEnabled?: boolean

    Indicates whether to use an S3 Bucket Key for server-side encryption with KMS keys (SSE-KMS).

    Credentials: SessionCredentials | undefined

    The established temporary security credentials for the created session.