toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.inputs
/
GroupSseConfigurationArgs
Group
Sse
Configuration
Args
data
class
GroupSseConfigurationArgs
(
val
customerManagedKeyEnabled
:
Output
<
Boolean
>
?
=
null
,
val
kmsKeyArn
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
GroupSseConfigurationArgs
>
Members
Constructors
Group
Sse
Configuration
Args
Link copied to clipboard
constructor
(
customerManagedKeyEnabled
:
Output
<
Boolean
>
?
=
null
,
kmsKeyArn
:
Output
<
String
>
?
=
null
)
Properties
customer
Managed
Key
Enabled
Link copied to clipboard
val
customerManagedKeyEnabled
:
Output
<
Boolean
>
?
=
null
Boolean flag to indicate that the CMK should be used.
kms
Key
Arn
Link copied to clipboard
val
kmsKeyArn
:
Output
<
String
>
?
=
null
ARN of the KMS key to use.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GroupSseConfigurationArgs