AWS::FIS::ExperimentTemplateResource schema for AWS::FIS::ExperimentTemplate
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
RoleArn | string | Required |
StopConditions | array | Required |
Targets | ExperimentTemplateTargetMap | Required |
Actions | ExperimentTemplateActionMap | |
ExperimentOptions | ExperimentTemplateExperimentOptions | |
ExperimentReportConfiguration | ExperimentTemplateExperimentReportConfiguration | |
LogConfiguration | ExperimentTemplateLogConfiguration | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FIS::ExperimentTemplate
Resources:
MyResource:
Type: AWS::FIS::ExperimentTemplate
Properties:
Description: "value"
StopConditions: "value"
Targets: "value"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
fis:CreateExperimentTemplatefis:TagResourceiam:PassRolefis:GetExperimentTemplatefis:ListTagsForResourcefis:UpdateExperimentTemplatefis:TagResourcefis:UntagResourceiam:PassRolefis:DeleteExperimentTemplatefis:ListExperimentTemplatesfis:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExperimentOptions/AccountTargeting