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.
2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-mgn/types.rb', line 2972 class PostLaunchActions < Struct.new( :cloud_watch_log_group_name, :deployment, :s3_log_bucket, :s3_output_key_prefix, :ssm_documents) SENSITIVE = [] include Aws::Structure end |
#deployment ⇒ String
Deployment type in which AWS Systems Manager Documents will be executed.
2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-mgn/types.rb', line 2972 class PostLaunchActions < Struct.new( :cloud_watch_log_group_name, :deployment, :s3_log_bucket, :s3_output_key_prefix, :ssm_documents) SENSITIVE = [] include Aws::Structure end |
#s3_log_bucket ⇒ String
AWS Systems Manager Command’s logs S3 log bucket.
2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-mgn/types.rb', line 2972 class PostLaunchActions < Struct.new( :cloud_watch_log_group_name, :deployment, :s3_log_bucket, :s3_output_key_prefix, :ssm_documents) SENSITIVE = [] include Aws::Structure end |
#s3_output_key_prefix ⇒ String
AWS Systems Manager Command’s logs S3 output key prefix.
2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-mgn/types.rb', line 2972 class PostLaunchActions < Struct.new( :cloud_watch_log_group_name, :deployment, :s3_log_bucket, :s3_output_key_prefix, :ssm_documents) SENSITIVE = [] include Aws::Structure end |
#ssm_documents ⇒ Array<Types::SsmDocument>
AWS Systems Manager Documents.
2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-mgn/types.rb', line 2972 class PostLaunchActions < Struct.new( :cloud_watch_log_group_name, :deployment, :s3_log_bucket, :s3_output_key_prefix, :ssm_documents) SENSITIVE = [] include Aws::Structure end |