Interface CfnInfluxDBInstance.ILogDeliveryConfigurationProperty
Configuration for sending InfluxDB engine logs to a specified S3 bucket.
Namespace: Amazon.CDK.AWS.Timestream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILogDeliveryConfigurationProperty
Syntax (vb)
Public Interface ILogDeliveryConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Timestream;
var logDeliveryConfigurationProperty = new LogDeliveryConfigurationProperty {
S3Configuration = new S3ConfigurationProperty {
BucketName = "bucketName",
Enabled = false
}
};
Synopsis
Properties
S3Configuration | Configuration for S3 bucket log delivery. |
Properties
S3Configuration
Configuration for S3 bucket log delivery.
object S3Configuration { get; }
Property Value
System.