toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.storage.kotlin.outputs
/
BucketObjectCustomerEncryption
Bucket
Object
Customer
Encryption
data
class
BucketObjectCustomerEncryption
(
val
encryptionAlgorithm
:
String
?
=
null
,
val
encryptionKey
:
String
)
Members
Constructors
Bucket
Object
Customer
Encryption
Link copied to clipboard
constructor
(
encryptionAlgorithm
:
String
?
=
null
,
encryptionKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encryption
Algorithm
Link copied to clipboard
val
encryptionAlgorithm
:
String
?
=
null
Encryption algorithm. Default: AES256
encryption
Key
Link copied to clipboard
val
encryptionKey
:
String
Base64 encoded Customer-Supplied Encryption Key.