Uses of Class
com.hashicorp.cdktf.GcsBackend.Builder
Packages that use GcsBackend.Builder
-
Uses of GcsBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return GcsBackend.BuilderModifier and TypeMethodDescriptionGcsBackend.Builder.accessToken
(String accessToken) (experimental) (Optional) A temporary [OAuth 2.0 access token] obtained from the Google Authorization server, i.e.(experimental) (Required) The name of the GCS bucket.static GcsBackend.Builder
GcsBackend.Builder.create
(software.constructs.Construct scope) GcsBackend.Builder.credentials
(String credentials) (experimental) (Optional) Local path to Google Cloud Platform account credentials in JSON format.GcsBackend.Builder.encryptionKey
(String encryptionKey) (experimental) (Optional) A 32 byte base64 encoded 'customer supplied encryption key' used to encrypt all state.GcsBackend.Builder.impersonateServiceAccount
(String impersonateServiceAccount) (experimental) (Optional) The service account to impersonate for accessing the State Bucket.GcsBackend.Builder.impersonateServiceAccountDelegates
(List<String> impersonateServiceAccountDelegates) (experimental) (Optional) The delegation chain for an impersonating a service account.(experimental) (Optional) GCS prefix inside the bucket.