Class: Aws::SMS::Types::PutAppLaunchConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1134

class PutAppLaunchConfigurationRequest < Struct.new(
  :app_id,
  :role_name,
  :auto_launch,
  :server_group_launch_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#auto_launchBoolean

Indicates whether the application is configured to launch automatically after replication is complete.

Returns:

  • (Boolean)


1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1134

class PutAppLaunchConfigurationRequest < Struct.new(
  :app_id,
  :role_name,
  :auto_launch,
  :server_group_launch_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

The name of service role in the customer's account that CloudFormation uses to launch the application.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1134

class PutAppLaunchConfigurationRequest < Struct.new(
  :app_id,
  :role_name,
  :auto_launch,
  :server_group_launch_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#server_group_launch_configurationsArray<Types::ServerGroupLaunchConfiguration>

Information about the launch configurations for server groups in the application.



1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1134

class PutAppLaunchConfigurationRequest < Struct.new(
  :app_id,
  :role_name,
  :auto_launch,
  :server_group_launch_configurations)
  SENSITIVE = []
  include Aws::Structure
end