class Aws::Connect::Types::CreateIntegrationAssociationRequest
@note When making an API call, you may pass CreateIntegrationAssociationRequest
data as a hash: { instance_id: "InstanceId", # required integration_type: "EVENT", # required, accepts EVENT integration_arn: "ARN", # required source_application_url: "URI", # required source_application_name: "SourceApplicationName", # required source_type: "SALESFORCE", # required, accepts SALESFORCE, ZENDESK tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@!attribute [rw] integration_type
The type of information to be ingested. @return [String]
@!attribute [rw] integration_arn
The Amazon Resource Name (ARN) of the integration. @return [String]
@!attribute [rw] source_application_url
The URL for the external application. @return [String]
@!attribute [rw] source_application_name
The name of the external application. @return [String]
@!attribute [rw] source_type
The type of the data source. @return [String]
@!attribute [rw] tags
One or more tags. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateIntegrationAssociationRequest AWS API Documentation
Constants
- SENSITIVE