2021/05/07 - Amazon Connect Service - 2 updated api methods
Changes Adds tagging support for Connect APIs CreateIntegrationAssociation and CreateUseCase.
{'Tags': {'string': 'string'}}
Create an AppIntegration association with an Amazon Connect instance.
See also: AWS API Documentation
Request Syntax
client.create_integration_association(
InstanceId='string',
IntegrationType='EVENT',
IntegrationArn='string',
SourceApplicationUrl='string',
SourceApplicationName='string',
SourceType='SALESFORCE'|'ZENDESK',
Tags={
'string': 'string'
}
)
string
[REQUIRED]
The identifier of the Amazon Connect instance.
string
[REQUIRED]
The type of information to be ingested.
string
[REQUIRED]
The Amazon Resource Name (ARN) of the integration.
string
[REQUIRED]
The URL for the external application.
string
[REQUIRED]
The name of the external application.
string
[REQUIRED]
The type of the data source.
dict
One or more tags.
(string) --
(string) --
dict
Response Syntax
{
'IntegrationAssociationId': 'string',
'IntegrationAssociationArn': 'string'
}
Response Structure
(dict) --
IntegrationAssociationId (string) --
The identifier for the association.
IntegrationAssociationArn (string) --
The Amazon Resource Name (ARN) for the association.
{'Tags': {'string': 'string'}}
Creates a use case for an AppIntegration association.
See also: AWS API Documentation
Request Syntax
client.create_use_case(
InstanceId='string',
IntegrationAssociationId='string',
UseCaseType='RULES_EVALUATION',
Tags={
'string': 'string'
}
)
string
[REQUIRED]
The identifier of the Amazon Connect instance.
string
[REQUIRED]
The identifier for the AppIntegration association.
string
[REQUIRED]
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
dict
One or more tags.
(string) --
(string) --
dict
Response Syntax
{
'UseCaseId': 'string',
'UseCaseArn': 'string'
}
Response Structure
(dict) --
UseCaseId (string) --
The identifier of the use case.
UseCaseArn (string) --
The Amazon Resource Name (ARN) for the use case.