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
constructor(instanceId: Output<String>? = null, key: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the instance. Minimum : 1 Maximum : 100

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

A valid security key in PEM format. For example: "-----BEGIN PUBLIC KEY-----\ [a lot of characters] ----END PUBLIC KEY-----" Minimum : 1 Maximum : 1024

Functions

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