Member Junction
    Preparing search index...

    Values for "AWS IAM" credential type. Used by: S3, SES, Lambda, other AWS services

    interface AWSIAMCredentialValues {
        accessKeyId: string;
        region: string;
        secretAccessKey: string;
    }
    Index

    Properties

    accessKeyId: string
    region: string
    secretAccessKey: string