Class: Aws::Mgn::Types::PostLaunchActions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_name ⇒ String

AWS Systems Manager Command's CloudWatch log group name.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-mgn/types.rb', line 5086

class PostLaunchActions < Struct.new(
  :deployment,
  :s3_log_bucket,
  :s3_output_key_prefix,
  :cloud_watch_log_group_name,
  :ssm_documents)
  SENSITIVE = []
  include Aws::Structure
end

#deployment ⇒ String

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

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-mgn/types.rb', line 5086

class PostLaunchActions < Struct.new(
  :deployment,
  :s3_log_bucket,
  :s3_output_key_prefix,
  :cloud_watch_log_group_name,
  :ssm_documents)
  SENSITIVE = []
  include Aws::Structure
end

#s3_log_bucket ⇒ String

AWS Systems Manager Command's logs S3 log bucket.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-mgn/types.rb', line 5086

class PostLaunchActions < Struct.new(
  :deployment,
  :s3_log_bucket,
  :s3_output_key_prefix,
  :cloud_watch_log_group_name,
  :ssm_documents)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_key_prefix ⇒ String

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

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-mgn/types.rb', line 5086

class PostLaunchActions < Struct.new(
  :deployment,
  :s3_log_bucket,
  :s3_output_key_prefix,
  :cloud_watch_log_group_name,
  :ssm_documents)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_documents ⇒ Array<Types::SsmDocument>

AWS Systems Manager Documents.

Returns:



5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-mgn/types.rb', line 5086

class PostLaunchActions < Struct.new(
  :deployment,
  :s3_log_bucket,
  :s3_output_key_prefix,
  :cloud_watch_log_group_name,
  :ssm_documents)
  SENSITIVE = []
  include Aws::Structure
end