View a markdown version of this page

AWS::FIS::Experiment - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::FIS::Experiment

Describes an experiment.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::FIS::Experiment", "Properties" : { "ExperimentOptions" : ExperimentOptions, "ExperimentTemplateId" : String } }

YAML

Type: AWS::FIS::Experiment Properties: ExperimentOptions: ExperimentOptions ExperimentTemplateId: String

Properties

ExperimentOptions

The experiment options for the experiment.

Required: No

Type: ExperimentOptions

Update requires: Replacement

ExperimentTemplateId

The ID of the experiment template.

Required: No

Type: String

Pattern: ^[\S]+$

Maximum: 64

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the experiment.

CreationTime

The time that the experiment was created.

EndTime

The time that the experiment ended.

Id

The ID of the experiment.

RoleArn

The Amazon Resource Name (ARN) of an IAM role that grants the Amazon FIS service permission to perform service actions on your behalf.

StartTime

The time that the experiment started.

Tags

The tags for the experiment.