Class StorageBucketObjectCustomerEncryption.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_bucket_object.StorageBucketObjectCustomerEncryption.Jsii$Proxy
-
- All Implemented Interfaces:
StorageBucketObjectCustomerEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageBucketObjectCustomerEncryption
@Stability(Stable) @Internal public static final class StorageBucketObjectCustomerEncryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageBucketObjectCustomerEncryption
An implementation forStorageBucketObjectCustomerEncryption
-
-
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_object.StorageBucketObjectCustomerEncryption
StorageBucketObjectCustomerEncryption.Builder, StorageBucketObjectCustomerEncryption.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageBucketObjectCustomerEncryption.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketObjectCustomerEncryption.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)StringgetEncryptionAlgorithm()The encryption algorithm.StringgetEncryptionKey()Base64 encoded customer supplied encryption key.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(StorageBucketObjectCustomerEncryption.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageBucketObjectCustomerEncryption.Builder.
-
-
Method Detail
-
getEncryptionKey
public final String getEncryptionKey()
Description copied from interface:StorageBucketObjectCustomerEncryptionBase64 encoded customer supplied encryption key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_object#encryption_key StorageBucketObject#encryption_key}
- Specified by:
getEncryptionKeyin interfaceStorageBucketObjectCustomerEncryption
-
getEncryptionAlgorithm
public final String getEncryptionAlgorithm()
Description copied from interface:StorageBucketObjectCustomerEncryptionThe encryption algorithm. Default: AES256.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_object#encryption_algorithm StorageBucketObject#encryption_algorithm}
- Specified by:
getEncryptionAlgorithmin interfaceStorageBucketObjectCustomerEncryption
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-