Interface StorageBucketObjectCustomerEncryption
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageBucketObjectCustomerEncryption.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.844Z") @Stability(Stable) public interface StorageBucketObjectCustomerEncryption extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketObjectCustomerEncryption.BuilderA builder forStorageBucketObjectCustomerEncryptionstatic classStorageBucketObjectCustomerEncryption.Jsii$ProxyAn implementation forStorageBucketObjectCustomerEncryption
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageBucketObjectCustomerEncryption.Builderbuilder()default StringgetEncryptionAlgorithm()The encryption algorithm.StringgetEncryptionKey()Base64 encoded customer supplied encryption key.
-
-
-
Method Detail
-
getEncryptionKey
@Stability(Stable) @NotNull String getEncryptionKey()
Base64 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}
-
getEncryptionAlgorithm
@Stability(Stable) @Nullable default String getEncryptionAlgorithm()
The 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}
-
builder
@Stability(Stable) static StorageBucketObjectCustomerEncryption.Builder builder()
-
-