ConnectCampaignService.Client.
get_connect_instance_config
(**kwargs)¶Get the specific Connect instance config.
See also: AWS API Documentation
Request Syntax
response = client.get_connect_instance_config(
connectInstanceId='string'
)
[REQUIRED]
Amazon Connect Instance Id
{
'connectInstanceConfig': {
'connectInstanceId': 'string',
'encryptionConfig': {
'enabled': True|False,
'encryptionType': 'KMS',
'keyArn': 'string'
},
'serviceLinkedRoleArn': 'string'
}
}
Response Structure
GetConnectInstanceConfigResponse
Instance config object
Amazon Connect Instance Id
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
Boolean to indicate if custom encryption has been enabled.
Server-side encryption type.
KMS key id/arn for encryption config.
Service linked role arn
Exceptions
ConnectCampaignService.Client.exceptions.InternalServerException
ConnectCampaignService.Client.exceptions.ResourceNotFoundException
ConnectCampaignService.Client.exceptions.ValidationException
ConnectCampaignService.Client.exceptions.AccessDeniedException