Provider Args
data class ProviderArgs(val appendUserAgent: Output<String>? = null, val disablePartnerName: Output<Boolean>? = null, val partnerName: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<ProviderArgs>
The provider type for the Google Cloud package.
Constructors
Properties
Link copied to clipboard
Additional user-agent string to append to the default one (
Link copied to clipboard
This will disable the Pulumi Partner Name which is used if a custom partnerName
isn't specified.
Link copied to clipboard
A Google Partner Name to facilitate partner resource usage attribution.