Class: Aws::FIS::Types::CreateTargetAccountConfigurationRequest

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

#account_idString

The Amazon Web Services account ID of the target account.

Returns:

  • (String)


405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 405

class CreateTargetAccountConfigurationRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  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)


405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 405

class CreateTargetAccountConfigurationRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the target account.

Returns:

  • (String)


405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 405

class CreateTargetAccountConfigurationRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_template_idString

The experiment template ID.

Returns:

  • (String)


405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 405

class CreateTargetAccountConfigurationRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role for the target account.

Returns:

  • (String)


405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 405

class CreateTargetAccountConfigurationRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end