Class StorageBucketEncryption.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketEncryption.Jsii$Proxy
-
- All Implemented Interfaces:
StorageBucketEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageBucketEncryption
@Stability(Stable) @Internal public static final class StorageBucketEncryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageBucketEncryption
An implementation forStorageBucketEncryption
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketEncryption
StorageBucketEncryption.Builder, StorageBucketEncryption.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageBucketEncryption.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketEncryption.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDefaultKmsKeyName()A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(StorageBucketEncryption.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageBucketEncryption.Builder.
-
-
Method Detail
-
getDefaultKmsKeyName
public final String getDefaultKmsKeyName()
Description copied from interface:StorageBucketEncryptionA Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.You must pay attention to whether the crypto key is available in the location that this bucket is created in. See the docs for more details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#default_kms_key_name StorageBucket#default_kms_key_name}
- Specified by:
getDefaultKmsKeyNamein interfaceStorageBucketEncryption
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-