@resistdesign/voltra
    Preparing search index...

    Type Alias AddGatewayConfig

    Configuration for the API Gateway pack.

    type AddGatewayConfig = {
        authorizer?: AddGatewayAuthorizerConfig | boolean;
        certificateArn: CloudFormationPrimitiveValue<string>;
        cloudFunction: { id: string; region?: string };
        deploymentSuffix?: string;
        domainName: any;
        hostedZoneId: any;
        id: string;
        stageName?: any;
    }
    Index

    Properties

    authorizer?: AddGatewayAuthorizerConfig | boolean

    Authorizer config or boolean to enable/disable.

    certificateArn: CloudFormationPrimitiveValue<string>

    ACM certificate ARN for the API domain.

    cloudFunction: { id: string; region?: string }

    Target Lambda function information.

    deploymentSuffix?: string

    Suffix to ensure unique deployment ids.

    domainName: any

    Domain name for the API.

    hostedZoneId: any

    Hosted zone id for the API domain.

    id: string

    Base id for gateway resources.

    stageName?: any

    Stage name to deploy.