@oneblink/sdk-core
    Preparing search index...

    Type Alias APIEnvironment

    type APIEnvironment = {
        apiId: string;
        cors: APIEnvironmentCorsConfiguration | boolean;
        environment: string;
        formsAppEnvironmentIds?: number[];
        isWafEnabled?: boolean;
        lastDeployment: string;
        routes: APIEnvironmentRoute[];
        scheduledFunctions?: APIEnvironmentScheduledFunction[];
        status?: "Warning" | "Error" | "Okay" | "Unknown";
        vpcSecurityGroupIds?: string;
        vpcSubnetIds?: string;
    }
    Index

    Properties

    apiId: string
    environment: string
    formsAppEnvironmentIds?: number[]

    The IDs of the Forms App Environments to map this environment to. These are used for form migrations that include Hosted API configuration.

    isWafEnabled?: boolean
    lastDeployment: string
    scheduledFunctions?: APIEnvironmentScheduledFunction[]
    status?: "Warning" | "Error" | "Okay" | "Unknown"
    vpcSecurityGroupIds?: string
    vpcSubnetIds?: string