toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.outputs
/
GroupSseConfiguration
Group
Sse
Configuration
data
class
GroupSseConfiguration
(
val
customerManagedKeyEnabled
:
Boolean
?
=
null
,
val
kmsKeyArn
:
String
?
=
null
)
Members
Constructors
Group
Sse
Configuration
Link copied to clipboard
constructor
(
customerManagedKeyEnabled
:
Boolean
?
=
null
,
kmsKeyArn
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
customer
Managed
Key
Enabled
Link copied to clipboard
val
customerManagedKeyEnabled
:
Boolean
?
=
null
Boolean flag to indicate that the CMK should be used.
kms
Key
Arn
Link copied to clipboard
val
kmsKeyArn
:
String
?
=
null
ARN of the KMS key to use.