aws-cdk-lib.aws_fis.CfnExperimentTemplate.CloudWatchLogsConfigurationProperty

interface CloudWatchLogsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.FIS.CfnExperimentTemplate.CloudWatchLogsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnExperimentTemplate_CloudWatchLogsConfigurationProperty
Javasoftware.amazon.awscdk.services.fis.CfnExperimentTemplate.CloudWatchLogsConfigurationProperty
Pythonaws_cdk.aws_fis.CfnExperimentTemplate.CloudWatchLogsConfigurationProperty
TypeScript aws-cdk-lib » aws_fis » CfnExperimentTemplate » CloudWatchLogsConfigurationProperty

Specifies the configuration for experiment logging to CloudWatch Logs .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fis as fis } from 'aws-cdk-lib';
const cloudWatchLogsConfigurationProperty: fis.CfnExperimentTemplate.CloudWatchLogsConfigurationProperty = {
  logGroupArn: 'logGroupArn',
};

Properties

NameTypeDescription
logGroupArnstringThe Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

logGroupArn

Type: string

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.