Show / Hide Table of Contents

Class CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty

Configuration for S3 bucket log delivery.

Inheritance
object
CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty
Implements
CfnInfluxDBInstancePropsMixin.IS3ConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-s3configuration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-s3configuration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-s3configuration.html#cfn-timestream-influxdbinstance-s3configuration-bucketname

Enabled

Indicates whether log delivery to the S3 bucket is enabled.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-influxdbinstance-s3configuration.html#cfn-timestream-influxdbinstance-s3configuration-enabled

Type union: either bool or IResolvable

Implements

CfnInfluxDBInstancePropsMixin.IS3ConfigurationProperty
Back to top Generated by DocFX