AWS::FIS::ExperimentTemplate ExperimentTemplateLogConfiguration
Specifies the configuration for experiment logging.
For more information, see Experiment logging in the Amazon Fault Injection Simulator User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogsConfiguration" :CloudWatchLogsConfiguration, "LogSchemaVersion" :Integer, "S3Configuration" :S3Configuration}
YAML
CloudWatchLogsConfiguration:CloudWatchLogsConfigurationLogSchemaVersion:IntegerS3Configuration:S3Configuration
Properties
CloudWatchLogsConfiguration-
The configuration for experiment logging to Amazon CloudWatch Logs. The supported field is
LogGroupArn. For example:{"LogGroupArn": "aws:arn:logs:region_name:account_id:log-group:log_group_name"}Required: No
Type: CloudWatchLogsConfiguration
Update requires: No interruption
LogSchemaVersion-
The schema version. The supported value is 1.
Required: Yes
Type: Integer
Update requires: No interruption
S3Configuration-
The configuration for experiment logging to Amazon S3. The following fields are supported:
bucketName- The name of the destination bucket.prefix- An optional bucket prefix.
For example:
{"BucketName": "my-s3-bucket", "Prefix": "log-folder"}Required: No
Type: S3Configuration
Update requires: No interruption