@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFAssumeRoleResponse

    SDK-agnostic response returned by the assume-role operation. Contains short-lived AWS credentials for accessing cloud resources.

    interface ESPCDFAssumeRoleResponse {
        accessKey: string;
        secretKey: string;
        sessionToken: string;
    }
    Index

    Properties

    accessKey: string
    secretKey: string
    sessionToken: string