Class: Aws::Mgn::Types::PostLaunchActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::PostLaunchActions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Post Launch Actions to executed on the Test or Cutover instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_name ⇒ String
AWS Systems Manager Command’s CloudWatch log group name.
-
#deployment ⇒ String
Deployment type in which AWS Systems Manager Documents will be executed.
-
#s3_log_bucket ⇒ String
AWS Systems Manager Command’s logs S3 log bucket.
-
#s3_output_key_prefix ⇒ String
AWS Systems Manager Command’s logs S3 output key prefix.
-
#ssm_documents ⇒ Array<Types::SsmDocument>
AWS Systems Manager Documents.
Instance Attribute Details
#cloud_watch_log_group_name ⇒ String
AWS Systems Manager Command’s CloudWatch log group name.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'lib/aws-sdk-mgn/types.rb', line 4953 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.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'lib/aws-sdk-mgn/types.rb', line 4953 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.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'lib/aws-sdk-mgn/types.rb', line 4953 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.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'lib/aws-sdk-mgn/types.rb', line 4953 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.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'lib/aws-sdk-mgn/types.rb', line 4953 class PostLaunchActions < Struct.new( :deployment, :s3_log_bucket, :s3_output_key_prefix, :cloud_watch_log_group_name, :ssm_documents) SENSITIVE = [] include Aws::Structure end |