Class: Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
When making an API call, you may pass UpdateExperimentTemplateTargetInput data as a hash:
{
resource_type: "TargetResourceTypeId", # required
resource_arns: ["ResourceArn"],
resource_tags: {
"TagKey" => "TagValue",
},
filters: [
{
path: "ExperimentTemplateTargetFilterPath", # required
values: ["ExperimentTemplateTargetFilterValue"], # required
},
],
selection_mode: "ExperimentTemplateTargetSelectionMode", # required
parameters: {
"ExperimentTemplateTargetParameterName" => "ExperimentTemplateTargetParameterValue",
},
}
Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ExperimentTemplateTargetInputFilter>
The filters to apply to identify target resources using specific attributes.
-
#parameters ⇒ Hash<String,String>
The resource type parameters.
-
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the targets.
-
#resource_tags ⇒ Hash<String,String>
The tags for the target resources.
-
#resource_type ⇒ String
The resource type.
-
#selection_mode ⇒ String
Scopes the identified resources to a specific count or percentage.
Instance Attribute Details
#filters ⇒ Array<Types::ExperimentTemplateTargetInputFilter>
The filters to apply to identify target resources using specific attributes.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The resource type parameters.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the targets.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Hash<String,String>
The tags for the target resources.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. The resource type must be supported for the specified action.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#selection_mode ⇒ String
Scopes the identified resources to a specific count or percentage.
2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2023 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |