GradientEdge CDK Utils
    Preparing search index...

    Interface ApiToAnyTargetRestApiType

    interface ApiToAnyTargetRestApiType {
        accessLogGroup: LogGroup;
        api: IRestApi;
        authoriser?: IAuthorizer;
        basePathMappings: BasePathMapping[];
        certificate: ICertificate;
        domain: DomainName;
        hostedZone: IHostedZone;
        integration: Integration;
        method: { [httpMethod: string]: Method };
        methodErrorResponse: MethodResponse;
        methodResponse: MethodResponse;
        resource: { [path: string]: Resource };
    }

    Implemented by

    Index

    Properties

    accessLogGroup: LogGroup
    api: IRestApi
    authoriser?: IAuthorizer
    basePathMappings: BasePathMapping[]
    certificate: ICertificate
    domain: DomainName
    hostedZone: IHostedZone
    integration: Integration
    method: { [httpMethod: string]: Method }
    methodErrorResponse: MethodResponse
    methodResponse: MethodResponse
    resource: { [path: string]: Resource }