amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalog.Types.CodeStarParameters

Description

 
Synopsis

Documentation

data CodeStarParameters Source #

The subtype containing details about the Codestar connection Type.

See: newCodeStarParameters smart constructor.

Constructors

CodeStarParameters' 

Fields

  • connectionArn :: Text

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

  • repository :: Text

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

  • branch :: Text

    The specific branch where the artifact resides.

  • artifactPath :: Text

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

Instances

Instances details
FromJSON CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

ToJSON CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Generic CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Associated Types

type Rep CodeStarParameters :: Type -> Type #

Read CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Show CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

NFData CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Methods

rnf :: CodeStarParameters -> () #

Eq CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Hashable CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

type Rep CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

type Rep CodeStarParameters = D1 ('MetaData "CodeStarParameters" "Amazonka.ServiceCatalog.Types.CodeStarParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CodeStarParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCodeStarParameters Source #

Create a value of CodeStarParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionArn:CodeStarParameters', codeStarParameters_connectionArn - The CodeStar ARN, which is the connection between Service Catalog and the external repository.

$sel:repository:CodeStarParameters', codeStarParameters_repository - The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."

$sel:branch:CodeStarParameters', codeStarParameters_branch - The specific branch where the artifact resides.

$sel:artifactPath:CodeStarParameters', codeStarParameters_artifactPath - The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."

codeStarParameters_connectionArn :: Lens' CodeStarParameters Text Source #

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

codeStarParameters_repository :: Lens' CodeStarParameters Text Source #

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

codeStarParameters_branch :: Lens' CodeStarParameters Text Source #

The specific branch where the artifact resides.

codeStarParameters_artifactPath :: Lens' CodeStarParameters Text Source #

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