class Aws::Connect::Client
def create_integration_association(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_integration_association(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateIntegrationAssociation - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateIntegrationAssociationResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tags
(Hash
) -- -
:source_type
(String
) -- -
:source_application_name
(String
) -- -
:source_application_url
(String
) -- -
:integration_arn
(required, String
) -- -
:integration_type
(required, String
) -- -
:instance_id
(required, String
) --
def create_integration_association(params = {}, options = {}) req = build_request(:create_integration_association, params) req.send_request(options) end