Class: Aws::Connect::Types::CreateIntegrationAssociationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateIntegrationAssociationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #integration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the integration.
 - 
  
    
      #integration_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of information to be ingested.
 - 
  
    
      #source_application_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the external application.
 - 
  
    
      #source_application_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL for the external application.
 - 
  
    
      #source_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the data source.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integration.
<note markdown=“1”> When integrating with Amazon Web Services End User Messaging, the Amazon Connect and Amazon Web Services End User Messaging instances must be in the same account.
</note>
  
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#integration_type ⇒ String
The type of information to be ingested.
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source_application_name ⇒ String
The name of the external application. This field is only required for the EVENT integration type.
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source_application_url ⇒ String
The URL for the external application. This field is only required for the EVENT integration type.
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source_type ⇒ String
The type of the data source. This field is only required for the EVENT integration type.
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4224 class CreateIntegrationAssociationRequest < Struct.new( :instance_id, :integration_type, :integration_arn, :source_application_url, :source_application_name, :source_type, :tags) SENSITIVE = [] include Aws::Structure end  |