Skip to content

Associate Security Key

connect_associate_security_key R Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

Associates a security key to the instance.

Usage

connect_associate_security_key(InstanceId, Key)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Key

[required] A valid security key in PEM format.

Value

A list with the following syntax:

list(
  AssociationId = "string"
)

Request syntax

svc$associate_security_key(
  InstanceId = "string",
  Key = "string"
)