interface GcpCloudRunServiceTextConfig {
    cloud_run_service_region_id: string;
    description: string;
    gcp_project_id: string;
    sections?: Section[];
    title: string;
}

Properties

cloud_run_service_region_id: string

GCP region where the Cloud Run service is being executed. Is this available from the environment?

description: string
gcp_project_id: string

GCP project ID. Is this available from the environment?

sections?: Section[]
title: string