toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.storage.kotlin.outputs
/
GetBucketObjectCustomerEncryption
Get
Bucket
Object
Customer
Encryption
data
class
GetBucketObjectCustomerEncryption
(
val
encryptionAlgorithm
:
String
,
val
encryptionKey
:
String
)
Members
Constructors
Get
Bucket
Object
Customer
Encryption
Link copied to clipboard
constructor
(
encryptionAlgorithm
:
String
,
encryptionKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encryption
Algorithm
Link copied to clipboard
val
encryptionAlgorithm
:
String
The encryption algorithm. Default: AES256
encryption
Key
Link copied to clipboard
val
encryptionKey
:
String
Base64 encoded customer supplied encryption key.