amazonka-mgn-2.0: Amazon Application Migration Service 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.MGN.Types.PostLaunchActions

Description

 
Synopsis

Documentation

data PostLaunchActions Source #

Post Launch Actions to executed on the Test or Cutover instance.

See: newPostLaunchActions smart constructor.

Constructors

PostLaunchActions' 

Fields

Instances

Instances details
FromJSON PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

ToJSON PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

Generic PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

Associated Types

type Rep PostLaunchActions :: Type -> Type #

Read PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

Show PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

NFData PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

Methods

rnf :: PostLaunchActions -> () #

Eq PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

Hashable PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

type Rep PostLaunchActions Source # 
Instance details

Defined in Amazonka.MGN.Types.PostLaunchActions

type Rep PostLaunchActions = D1 ('MetaData "PostLaunchActions" "Amazonka.MGN.Types.PostLaunchActions" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "PostLaunchActions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cloudWatchLogGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActionsDeploymentType))) :*: (S1 ('MetaSel ('Just "s3LogBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3OutputKeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ssmDocuments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SsmDocument]))))))

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.