GetImageVersions
Provides access to available Cloud Composer versions in a region for a given project.
Using GetImageVersions
function getImageVersions(args: GetImageVersionsArgs, opts?: InvokeOptions): Promise<GetImageVersionsResult>function get_image_versions(project=None, region=None, opts=None)func GetImageVersions(ctx *Context, args *GetImageVersionsArgs, opts ...InvokeOption) (*GetImageVersionsResult, error)public static class GetImageVersions {
public static Task<GetImageVersionsResult> InvokeAsync(GetImageVersionsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetImageVersions Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Image
Versions List<GetImage Versions Image Version> A list of composer image versions available in the given project and location. Each
image_versioncontains:- Project string
- Region string
- Id string
The provider-assigned unique ID for this managed resource.
- Image
Versions []GetImage Versions Image Version A list of composer image versions available in the given project and location. Each
image_versioncontains:- Project string
- Region string
- id string
The provider-assigned unique ID for this managed resource.
- image
Versions GetImage Versions Image Version[] A list of composer image versions available in the given project and location. Each
image_versioncontains:- project string
- region string
- id str
The provider-assigned unique ID for this managed resource.
- image_
versions List[GetImage Versions Image Version] A list of composer image versions available in the given project and location. Each
image_versioncontains:- project str
- region str
Supporting Types
GetImageVersionsImageVersion
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Image
Version stringId The string identifier of the image version, in the form: “composer-x.y.z-airflow-a.b(.c)”
- Supported
Python List<string>Versions Supported python versions for this image version
- Image
Version stringId The string identifier of the image version, in the form: “composer-x.y.z-airflow-a.b(.c)”
- Supported
Python []stringVersions Supported python versions for this image version
- image
Version stringId The string identifier of the image version, in the form: “composer-x.y.z-airflow-a.b(.c)”
- supported
Python string[]Versions Supported python versions for this image version
- image
Version strId The string identifier of the image version, in the form: “composer-x.y.z-airflow-a.b(.c)”
- supported
Python List[str]Versions Supported python versions for this image version
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.