Amplify Toolbox
    Preparing search index...

    Type Alias ApiKeyAuthorizationModeProps

    Props for Api Keys on the Graphql Api.

    type ApiKeyAuthorizationModeProps = {
        description?: string;
        expiresInDays?: number;
    }
    Index

    Properties

    description?: string

    Optional description for the Api Key to attach to the Api.

    expiresInDays?: number

    A duration representing the time from Cloudformation deploy until expiry.

    7