ComposerFunctions

Functions

Link copied to clipboard

Provides access to Cloud Composer environment configuration in a region for a given project. To get more information about Composer Environment, see:

suspend fun getEnvironment(name: String, project: String? = null, region: String? = null): GetEnvironmentResult
Link copied to clipboard

Provides access to available Cloud Composer versions in a region for a given project. To get more information about Composer Image Versions, see:

suspend fun getImageVersions(project: String? = null, region: String? = null): GetImageVersionsResult
Link copied to clipboard

Provides access to Kubernetes ConfigMap configuration for a given project, region and Composer Environment. To get more information about Composer User Workloads Config Map, see:

suspend fun getUserWorkloadsConfigMap(environment: String, name: String, project: String? = null, region: String? = null): GetUserWorkloadsConfigMapResult
Link copied to clipboard

Provides access to Kubernetes Secret configuration for a given project, region and Composer Environment. To get more information about Composer User Workloads Secrets, see:

suspend fun getUserWorkloadsSecret(environment: String, name: String, project: String? = null, region: String? = null): GetUserWorkloadsSecretResult