Class: Aws::Proton::Types::Repository
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::Repository
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detailed data of a linked repository—a repository that has been registered with Proton.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the linked repository.
 - 
  
    
      #connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
 - 
  
    
      #encryption_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Your customer Amazon Web Services KMS encryption key.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository name.
 - 
  
    
      #provider  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository provider.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the linked repository.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4438 class Repository < Struct.new( :arn, :connection_arn, :encryption_key, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4438 class Repository < Struct.new( :arn, :connection_arn, :encryption_key, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption_key ⇒ String
Your customer Amazon Web Services KMS encryption key.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4438 class Repository < Struct.new( :arn, :connection_arn, :encryption_key, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The repository name.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4438 class Repository < Struct.new( :arn, :connection_arn, :encryption_key, :name, :provider) SENSITIVE = [] include Aws::Structure end  | 
  
#provider ⇒ String
The repository provider.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4438 class Repository < Struct.new( :arn, :connection_arn, :encryption_key, :name, :provider) SENSITIVE = [] include Aws::Structure end  |