Package com.pulumi.gcp.storage.outputs
Class BucketObjectCustomerEncryption
- java.lang.Object
-
- com.pulumi.gcp.storage.outputs.BucketObjectCustomerEncryption
-
public final class BucketObjectCustomerEncryption extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BucketObjectCustomerEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BucketObjectCustomerEncryption.Builder
builder()
static BucketObjectCustomerEncryption.Builder
builder(BucketObjectCustomerEncryption defaults)
java.util.Optional<java.lang.String>
encryptionAlgorithm()
java.lang.String
encryptionKey()
-
-
-
Method Detail
-
encryptionAlgorithm
public java.util.Optional<java.lang.String> encryptionAlgorithm()
- Returns:
- Encryption algorithm. Default: AES256
-
encryptionKey
public java.lang.String encryptionKey()
- Returns:
- Base64 encoded Customer-Supplied Encryption Key.
-
builder
public static BucketObjectCustomerEncryption.Builder builder()
-
builder
public static BucketObjectCustomerEncryption.Builder builder(BucketObjectCustomerEncryption defaults)
-
-