Skip to content

/AWS1/CL_CN2INSTANCECONFIG

Instance config object

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectinstanceid TYPE /AWS1/CN2INSTANCEID /AWS1/CN2INSTANCEID

Amazon Connect Instance Id

iv_servicelinkedrolearn TYPE /AWS1/CN2SERVICELINKEDROLEARN /AWS1/CN2SERVICELINKEDROLEARN

Service linked role arn

io_encryptionconfig TYPE REF TO /AWS1/CL_CN2ENCRYPTIONCONFIG /AWS1/CL_CN2ENCRYPTIONCONFIG

Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported


Queryable Attributes

connectInstanceId

Amazon Connect Instance Id

Accessible with the following methods

Method Description
GET_CONNECTINSTANCEID() Getter for CONNECTINSTANCEID, with configurable default
ASK_CONNECTINSTANCEID() Getter for CONNECTINSTANCEID w/ exceptions if field has no v
HAS_CONNECTINSTANCEID() Determine if CONNECTINSTANCEID has a value

serviceLinkedRoleArn

Service linked role arn

Accessible with the following methods

Method Description
GET_SERVICELINKEDROLEARN() Getter for SERVICELINKEDROLEARN, with configurable default
ASK_SERVICELINKEDROLEARN() Getter for SERVICELINKEDROLEARN w/ exceptions if field has n
HAS_SERVICELINKEDROLEARN() Determine if SERVICELINKEDROLEARN has a value

encryptionConfig

Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONFIG() Getter for ENCRYPTIONCONFIG