@valkey/valkey-glide
    Preparing search index...

    Interface IamAuthConfig

    Configuration settings for IAM authentication.

    interface IamAuthConfig {
        clusterName: string;
        refreshIntervalSeconds?: number;
        region: string;
        service: ServiceType;
    }
    Index

    Properties

    clusterName: string

    The name of the ElastiCache/MemoryDB cluster.

    refreshIntervalSeconds?: number

    Optional refresh interval in seconds for renewing IAM authentication tokens. If not provided, defaults to 300 seconds (5 min).

    region: string

    The AWS region where the ElastiCache/MemoryDB cluster is located.

    service: ServiceType

    The type of service being used (ElastiCache or MemoryDB).