Endpoint Sse Specification Args
data class EndpointSseSpecificationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<EndpointSseSpecificationArgs>
Constructors
Link copied to clipboard
fun EndpointSseSpecificationArgs(customerManagedKeyEnabled: Output<Boolean>? = null, kmsKeyArn: Output<String>? = null)