Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_associate_security_key: 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)

Value

A list with the following syntax:

list(
  AssociationId = "string"
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

Key

[required] A valid security key in PEM format.

Request syntax

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