toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.inputs
/
EndpointSseSpecificationArgs
Endpoint
Sse
Specification
Args
data
class
EndpointSseSpecificationArgs
(
val
customerManagedKeyEnabled
:
Output
<
Boolean
>
?
=
null
,
val
kmsKeyArn
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
EndpointSseSpecificationArgs
>
Members
Constructors
Endpoint
Sse
Specification
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
kms
Key
Arn
Link copied to clipboard
val
kmsKeyArn
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointSseSpecificationArgs