Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostLaunchActions

import type { PostLaunchActions } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";

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

interface PostLaunchActions {
cloudWatchLogGroupName?: string | null;
deployment?: PostLaunchActionsDeploymentType | null;
s3LogBucket?: string | null;
s3OutputKeyPrefix?: string | null;
ssmDocuments?: SsmDocument[] | null;
}

§Properties

§
cloudWatchLogGroupName?: string | null
[src]

AWS Systems Manager Command's CloudWatch log group name.

§

Deployment type in which AWS Systems Manager Documents will be executed.

§
s3LogBucket?: string | null
[src]

AWS Systems Manager Command's logs S3 log bucket.

§
s3OutputKeyPrefix?: string | null
[src]

AWS Systems Manager Command's logs S3 output key prefix.

§
ssmDocuments?: SsmDocument[] | null
[src]

AWS Systems Manager Documents.