GoogleNativeProvider

class GoogleNativeProvider : KotlinProviderResource

The provider type for the Google Cloud package.

Properties

Link copied to clipboard
val project: Output<String>?

The default project to manage resources in. If another project is specified on a resource, it will take precedence.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val region: Output<String>?

The default region to manage resources in. If another region is specified on a regional resource, it will take precedence.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zone: Output<String>?

The default zone to manage resources in. Generally, this zone should be within the default region you specified. If another zone is specified on a zonal resource, it will take precedence.