--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_fis_experiment_template Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::FIS::ExperimentTemplate --- # awscc_fis_experiment_template (Resource) Resource schema for AWS::FIS::ExperimentTemplate ## Schema ### Required - `description` (String) A description for the experiment template. - `role_arn` (String) The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf. - `stop_conditions` (Attributes List) One or more stop conditions. (see [below for nested schema](#nestedatt--stop_conditions)) - `tags` (Map of String) - `targets` (Attributes Map) The targets for the experiment. (see [below for nested schema](#nestedatt--targets)) ### Optional - `actions` (Attributes Map) The actions for the experiment. (see [below for nested schema](#nestedatt--actions)) - `log_configuration` (Attributes) (see [below for nested schema](#nestedatt--log_configuration)) ### Read-Only - `id` (String) The ID of this resource. ### Nested Schema for `stop_conditions` Required: - `source` (String) - `value` (String) ### Nested Schema for `targets` Required: - `filters` (Attributes List) (see [below for nested schema](#nestedatt--targets--filters)) - `parameters` (Map of String) - `resource_arns` (List of String) The Amazon Resource Names (ARNs) of the target resources. - `resource_tags` (Map of String) - `resource_type` (String) The AWS resource type. The resource type must be supported for the specified action. - `selection_mode` (String) Scopes the identified resources to a specific number of the resources at random, or a percentage of the resources. ### Nested Schema for `targets.filters` Required: - `path` (String) The attribute path for the filter. - `values` (List of String) The attribute values for the filter. ### Nested Schema for `actions` Optional: - `action_id` (String) The ID of the action. - `description` (String) A description for the action. - `parameters` (Map of String) The parameters for the action, if applicable. - `start_after` (List of String) The names of the actions that must be completed before the current action starts. - `targets` (Map of String) One or more targets for the action. ### Nested Schema for `log_configuration` Optional: - `cloudwatch_logs_configuration` (Attributes) (see [below for nested schema](#nestedatt--log_configuration--cloudwatch_logs_configuration)) - `log_schema_version` (Number) - `s3_configuration` (Attributes) (see [below for nested schema](#nestedatt--log_configuration--s3_configuration)) ### Nested Schema for `log_configuration.cloudwatch_logs_configuration` Optional: - `log_group_arn` (String) ### Nested Schema for `log_configuration.s3_configuration` Optional: - `bucket_name` (String) - `prefix` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_fis_experiment_template.example ```