| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CodeDeployDeploymentGroupS3Location
Synopsis
- data CodeDeployDeploymentGroupS3Location = CodeDeployDeploymentGroupS3Location {}
- codeDeployDeploymentGroupS3Location :: Val Text -> Val Text -> CodeDeployDeploymentGroupS3Location
- cddgslBucket :: Lens' CodeDeployDeploymentGroupS3Location (Val Text)
- cddgslBundleType :: Lens' CodeDeployDeploymentGroupS3Location (Maybe (Val Text))
- cddgslETag :: Lens' CodeDeployDeploymentGroupS3Location (Maybe (Val Text))
- cddgslKey :: Lens' CodeDeployDeploymentGroupS3Location (Val Text)
- cddgslVersion :: Lens' CodeDeployDeploymentGroupS3Location (Maybe (Val Text))
Documentation
data CodeDeployDeploymentGroupS3Location #
Full data type definition for CodeDeployDeploymentGroupS3Location. See
codeDeployDeploymentGroupS3Location for a more convenient constructor.
Constructors
| CodeDeployDeploymentGroupS3Location | |
Fields | |
codeDeployDeploymentGroupS3Location #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> CodeDeployDeploymentGroupS3Location |
Constructor for CodeDeployDeploymentGroupS3Location containing required
fields as arguments.