Class CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty
Configuration for S3 bucket log delivery.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty : CfnInfluxDBInstancePropsMixin.IS3ConfigurationProperty
Syntax (vb)
Public Class CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty Implements CfnInfluxDBInstancePropsMixin.IS3ConfigurationProperty
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.Mixins.Preview.AWS.Timestream.Mixins;
var s3ConfigurationProperty = new S3ConfigurationProperty {
BucketName = "bucketName",
Enabled = false
};
Synopsis
Constructors
| S3ConfigurationProperty() | Configuration for S3 bucket log delivery. |
Properties
| BucketName | The bucket name of the customer S3 bucket. |
| Enabled | Indicates whether log delivery to the S3 bucket is enabled. |
Constructors
S3ConfigurationProperty()
Configuration for S3 bucket log delivery.
public S3ConfigurationProperty()
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.Mixins.Preview.AWS.Timestream.Mixins;
var s3ConfigurationProperty = new S3ConfigurationProperty {
BucketName = "bucketName",
Enabled = false
};
Properties
BucketName
The bucket name of the customer S3 bucket.
public string? BucketName { get; set; }
Property Value
Remarks
Enabled
Indicates whether log delivery to the S3 bucket is enabled.
public object? Enabled { get; set; }