Class: Aws::CodeStarconnections::Types::CreateConnectionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::CreateConnectionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codestarconnections/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the connection to be created.
 - 
  
    
      #host_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
 - 
  
    
      #provider_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the external provider where your third-party code repository is configured.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key-value pair to use when tagging the resource.
 
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to be created.
      101 102 103 104 105 106 107 108  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 101 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
      101 102 103 104 105 106 107 108  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 101 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#provider_type ⇒ String
The name of the external provider where your third-party code repository is configured.
      101 102 103 104 105 106 107 108  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 101 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The key-value pair to use when tagging the resource.
      101 102 103 104 105 106 107 108  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 101 class CreateConnectionInput < Struct.new( :provider_type, :connection_name, :tags, :host_arn) SENSITIVE = [] include Aws::Structure end  |