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
    • 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}