Class: Aws::Proton::Types::ServiceSyncConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServiceSyncConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detailed data of the service sync configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the code repository branch that holds the service code Proton will sync with.
 - 
  
    
      #file_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The file path to the service sync configuration file.
 - 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the code repository that holds the service code Proton will sync with.
 - 
  
    
      #repository_provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the repository provider that holds the repository Proton will sync with.
 - 
  
    
      #service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service that the service instance is added to.
 
Instance Attribute Details
#branch ⇒ String
The name of the code repository branch that holds the service code Proton will sync with.
      5334 5335 5336 5337 5338 5339 5340 5341 5342  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5334 class ServiceSyncConfig < Struct.new( :branch, :file_path, :repository_name, :repository_provider, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#file_path ⇒ String
The file path to the service sync configuration file.
      5334 5335 5336 5337 5338 5339 5340 5341 5342  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5334 class ServiceSyncConfig < Struct.new( :branch, :file_path, :repository_name, :repository_provider, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_name ⇒ String
The name of the code repository that holds the service code Proton will sync with.
      5334 5335 5336 5337 5338 5339 5340 5341 5342  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5334 class ServiceSyncConfig < Struct.new( :branch, :file_path, :repository_name, :repository_provider, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_provider ⇒ String
The name of the repository provider that holds the repository Proton will sync with.
      5334 5335 5336 5337 5338 5339 5340 5341 5342  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5334 class ServiceSyncConfig < Struct.new( :branch, :file_path, :repository_name, :repository_provider, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#service_name ⇒ String
The name of the service that the service instance is added to.
      5334 5335 5336 5337 5338 5339 5340 5341 5342  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5334 class ServiceSyncConfig < Struct.new( :branch, :file_path, :repository_name, :repository_provider, :service_name) SENSITIVE = [] include Aws::Structure end  |