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.
4886 4887 4888 4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-mgn/types.rb', line 4886 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.
4886 4887 4888 4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-mgn/types.rb', line 4886 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.
4886 4887 4888 4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-mgn/types.rb', line 4886 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.
4886 4887 4888 4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-mgn/types.rb', line 4886 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.
4886 4887 4888 4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-mgn/types.rb', line 4886 class PostLaunchActions < Struct.new( :deployment, :s3_log_bucket, :s3_output_key_prefix, :cloud_watch_log_group_name, :ssm_documents) SENSITIVE = [] include Aws::Structure end |