aws-cdk-lib.aws_fis.CfnExperimentTemplate.S3ConfigurationProperty

interface S3ConfigurationProperty

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

Specifies the configuration for experiment logging to Amazon S3 .

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 s3ConfigurationProperty: fis.CfnExperimentTemplate.S3ConfigurationProperty = {
  bucketName: 'bucketName',

  // the properties below are optional
  prefix: 'prefix',
};

Properties

NameTypeDescription
bucketNamestringThe name of the destination bucket.
prefix?stringThe bucket prefix.

bucketName

Type: string

The name of the destination bucket.


prefix?

Type: string (optional)

The bucket prefix.