toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.log.kotlin.outputs
/
StoreEncryptConfUserCmkInfo
Store
Encrypt
Conf
User
Cmk
Info
data
class
StoreEncryptConfUserCmkInfo
(
val
arn
:
String
?
=
null
,
val
cmkKeyId
:
String
?
=
null
,
val
regionId
:
String
?
=
null
)
Members
Constructors
Store
Encrypt
Conf
User
Cmk
Info
Link copied to clipboard
constructor
(
arn
:
String
?
=
null
,
cmkKeyId
:
String
?
=
null
,
regionId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
?
=
null
Role arn.
cmk
Key
Id
Link copied to clipboard
val
cmkKeyId
:
String
?
=
null
User master key id.
region
Id
Link copied to clipboard
val
regionId
:
String
?
=
null
Region id where the user master key id is located.