Class: Aws::FIS::Types::CreateExperimentTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsHash<String,Types::CreateExperimentTemplateActionInput>

The actions for the experiment.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the experiment template.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_optionsTypes::CreateExperimentTemplateExperimentOptionsInput

The experiment options for the experiment template.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#log_configurationTypes::CreateExperimentTemplateLogConfigurationInput

The configuration for experiment logging.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#stop_conditionsArray<Types::CreateExperimentTemplateStopConditionInput>

The stop conditions.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to apply to the experiment template.

Returns:

  • (Hash<String,String>)


267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,Types::CreateExperimentTemplateTargetInput>

The targets for the experiment.



267
268
269
270
271
272
273
274
275
276
277
278
279
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 267

class CreateExperimentTemplateRequest < Struct.new(
  :client_token,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :tags,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end