Class: Aws::FIS::Types::CreateExperimentTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::CreateExperimentTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Hash<String,Types::CreateExperimentTemplateActionInput>
The actions for the experiment.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
A description for the experiment template.
-
#experiment_options ⇒ Types::CreateExperimentTemplateExperimentOptionsInput
The experiment options for the experiment template.
-
#log_configuration ⇒ Types::CreateExperimentTemplateLogConfigurationInput
The configuration for experiment logging.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
-
#stop_conditions ⇒ Array<Types::CreateExperimentTemplateStopConditionInput>
The stop conditions.
-
#tags ⇒ Hash<String,String>
The tags to apply to the experiment template.
-
#targets ⇒ Hash<String,Types::CreateExperimentTemplateTargetInput>
The targets for the experiment.
Instance Attribute Details
#actions ⇒ Hash<String,Types::CreateExperimentTemplateActionInput>
The actions for the experiment.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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_token ⇒ String
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.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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 |
#description ⇒ String
A description for the experiment template.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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_options ⇒ Types::CreateExperimentTemplateExperimentOptionsInput
The experiment options for the experiment template.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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_configuration ⇒ Types::CreateExperimentTemplateLogConfigurationInput
The configuration for experiment logging.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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_conditions ⇒ Array<Types::CreateExperimentTemplateStopConditionInput>
The stop conditions.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags to apply to the experiment template.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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 |
#targets ⇒ Hash<String,Types::CreateExperimentTemplateTargetInput>
The targets for the experiment.
267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File '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 |