Class: Aws::ServiceCatalog::Types::CodeStarParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CodeStarParameters
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
The subtype containing details about the Codestar connection ‘Type`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_path ⇒ String
The absolute path wehre the artifact resides within the repo and branch, formatted as “folder/file.json.”.
-
#branch ⇒ String
The specific branch where the artifact resides.
-
#connection_arn ⇒ String
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
-
#repository ⇒ String
The specific repository where the product’s artifact-to-be-synced resides, formatted as “Account/Repo.”.
Instance Attribute Details
#artifact_path ⇒ String
The absolute path wehre the artifact resides within the repo and branch, formatted as “folder/file.json.”
426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 426 class CodeStarParameters < Struct.new( :connection_arn, :repository, :branch, :artifact_path) SENSITIVE = [] include Aws::Structure end |
#branch ⇒ String
The specific branch where the artifact resides.
426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 426 class CodeStarParameters < Struct.new( :connection_arn, :repository, :branch, :artifact_path) SENSITIVE = [] include Aws::Structure end |
#connection_arn ⇒ String
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 426 class CodeStarParameters < Struct.new( :connection_arn, :repository, :branch, :artifact_path) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The specific repository where the product’s artifact-to-be-synced resides, formatted as “Account/Repo.”
426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 426 class CodeStarParameters < Struct.new( :connection_arn, :repository, :branch, :artifact_path) SENSITIVE = [] include Aws::Structure end |