| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.Types.CodeStarParameters
Description
Synopsis
- data CodeStarParameters = CodeStarParameters' {
- connectionArn :: Text
- repository :: Text
- branch :: Text
- artifactPath :: Text
- newCodeStarParameters :: Text -> Text -> Text -> Text -> CodeStarParameters
- codeStarParameters_connectionArn :: Lens' CodeStarParameters Text
- codeStarParameters_repository :: Lens' CodeStarParameters Text
- codeStarParameters_branch :: Lens' CodeStarParameters Text
- codeStarParameters_artifactPath :: Lens' CodeStarParameters Text
Documentation
data CodeStarParameters Source #
The subtype containing details about the Codestar connection Type.
See: newCodeStarParameters smart constructor.
Constructors
| CodeStarParameters' | |
Fields
| |
Instances
newCodeStarParameters Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> CodeStarParameters |
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."