| 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.MGN.Types.PostLaunchActions
Description
Synopsis
- data PostLaunchActions = PostLaunchActions' {}
- newPostLaunchActions :: PostLaunchActions
- postLaunchActions_cloudWatchLogGroupName :: Lens' PostLaunchActions (Maybe Text)
- postLaunchActions_deployment :: Lens' PostLaunchActions (Maybe PostLaunchActionsDeploymentType)
- postLaunchActions_s3LogBucket :: Lens' PostLaunchActions (Maybe Text)
- postLaunchActions_s3OutputKeyPrefix :: Lens' PostLaunchActions (Maybe Text)
- postLaunchActions_ssmDocuments :: Lens' PostLaunchActions (Maybe [SsmDocument])
Documentation
data PostLaunchActions Source #
Post Launch Actions to executed on the Test or Cutover instance.
See: newPostLaunchActions smart constructor.
Constructors
| PostLaunchActions' | |
Fields
| |
Instances
newPostLaunchActions :: PostLaunchActions Source #
Create a value of PostLaunchActions 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:cloudWatchLogGroupName:PostLaunchActions', postLaunchActions_cloudWatchLogGroupName - AWS Systems Manager Command's CloudWatch log group name.
$sel:deployment:PostLaunchActions', postLaunchActions_deployment - Deployment type in which AWS Systems Manager Documents will be executed.
$sel:s3LogBucket:PostLaunchActions', postLaunchActions_s3LogBucket - AWS Systems Manager Command's logs S3 log bucket.
$sel:s3OutputKeyPrefix:PostLaunchActions', postLaunchActions_s3OutputKeyPrefix - AWS Systems Manager Command's logs S3 output key prefix.
$sel:ssmDocuments:PostLaunchActions', postLaunchActions_ssmDocuments - AWS Systems Manager Documents.
postLaunchActions_cloudWatchLogGroupName :: Lens' PostLaunchActions (Maybe Text) Source #
AWS Systems Manager Command's CloudWatch log group name.
postLaunchActions_deployment :: Lens' PostLaunchActions (Maybe PostLaunchActionsDeploymentType) Source #
Deployment type in which AWS Systems Manager Documents will be executed.
postLaunchActions_s3LogBucket :: Lens' PostLaunchActions (Maybe Text) Source #
AWS Systems Manager Command's logs S3 log bucket.
postLaunchActions_s3OutputKeyPrefix :: Lens' PostLaunchActions (Maybe Text) Source #
AWS Systems Manager Command's logs S3 output key prefix.
postLaunchActions_ssmDocuments :: Lens' PostLaunchActions (Maybe [SsmDocument]) Source #
AWS Systems Manager Documents.