SecurityKeyArgs

data class SecurityKeyArgs(val instanceId: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<SecurityKeyArgs>

Resource Type definition for AWS::Connect::SecurityKey

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun SecurityKeyArgs(instanceId: Output<String>? = null, key: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val instanceId: Output<String>? = null
Link copied to clipboard
val key: Output<String>? = null