| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CodeDeployDeploymentGroupGitHubLocation
Synopsis
- data CodeDeployDeploymentGroupGitHubLocation = CodeDeployDeploymentGroupGitHubLocation {}
- codeDeployDeploymentGroupGitHubLocation :: Val Text -> Val Text -> CodeDeployDeploymentGroupGitHubLocation
- cddgghlCommitId :: Lens' CodeDeployDeploymentGroupGitHubLocation (Val Text)
- cddgghlRepository :: Lens' CodeDeployDeploymentGroupGitHubLocation (Val Text)
Documentation
data CodeDeployDeploymentGroupGitHubLocation #
Full data type definition for CodeDeployDeploymentGroupGitHubLocation.
See codeDeployDeploymentGroupGitHubLocation for a more convenient
constructor.
Constructors
| CodeDeployDeploymentGroupGitHubLocation | |
codeDeployDeploymentGroupGitHubLocation #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> CodeDeployDeploymentGroupGitHubLocation |
Constructor for CodeDeployDeploymentGroupGitHubLocation containing
required fields as arguments.