EndpointSseSpecificationArgs

data class EndpointSseSpecificationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<EndpointSseSpecificationArgs>

Constructors

Link copied to clipboard
constructor(customerManagedKeyEnabled: Output<Boolean>? = null, kmsKeyArn: Output<String>? = null)

Properties

Link copied to clipboard
val customerManagedKeyEnabled: Output<Boolean>? = null
Link copied to clipboard
val kmsKeyArn: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): EndpointSseSpecificationArgs