Show / Hide Table of Contents

Interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty

The location to write error reports for records rejected, asynchronously, during magnetic store writes.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty
Syntax (vb)
Public Interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-table-magneticstorerejecteddatalocation.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 magneticStoreRejectedDataLocationProperty = new MagneticStoreRejectedDataLocationProperty {
                 S3Configuration = new S3ConfigurationProperty {
                     BucketName = "bucketName",
                     EncryptionOption = "encryptionOption",
                     KmsKeyId = "kmsKeyId",
                     ObjectKeyPrefix = "objectKeyPrefix"
                 }
             };

Synopsis

Properties

S3Configuration

Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.

Properties

S3Configuration

Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.

object? S3Configuration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTablePropsMixin.IS3ConfigurationProperty

Back to top Generated by DocFX