interface S3ConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Timestream.CfnInfluxDBInstance.S3ConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnInfluxDBInstance_S3ConfigurationProperty |
![]() | software.amazon.awscdk.services.timestream.CfnInfluxDBInstance.S3ConfigurationProperty |
![]() | aws_cdk.aws_timestream.CfnInfluxDBInstance.S3ConfigurationProperty |
![]() | aws-cdk-lib » aws_timestream » CfnInfluxDBInstance » S3ConfigurationProperty |
Configuration for S3 bucket log delivery.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_timestream as timestream } from 'aws-cdk-lib';
const s3ConfigurationProperty: timestream.CfnInfluxDBInstance.S3ConfigurationProperty = {
bucketName: 'bucketName',
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | The bucket name of the customer S3 bucket. |
enabled | boolean | IResolvable | Indicates whether log delivery to the S3 bucket is enabled. |
bucketName
Type:
string
The bucket name of the customer S3 bucket.
enabled
Type:
boolean |
IResolvable
Indicates whether log delivery to the S3 bucket is enabled.