Class: Aws::ServiceCatalog::Types::CodeStarParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#artifact_pathString

The absolute path wehre the artifact resides within the repo and branch, formatted as “folder/file.json.”

Returns:

  • (String)


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

#branchString

The specific branch where the artifact resides.

Returns:

  • (String)


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_arnString

The CodeStar ARN, which is the connection between Service Catalog and the external repository.

Returns:

  • (String)


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

#repositoryString

The specific repository where the product’s artifact-to-be-synced resides, formatted as “Account/Repo.”

Returns:

  • (String)


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