View a markdown version of this page

AWS::FIS::Experiment - AWS CloudFormation

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

AWS::FIS::Experiment

Describes an experiment.

Syntax

To declare this entity in your 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 AWS FIS service permission to perform service actions on your behalf.

StartTime

The time that the experiment started.

Tags

The tags for the experiment.