Show / Hide Table of Contents

Interface ICfnBucketS3ServerAccessLogsDestProps

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

Stability: Experimental

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.S3.Mixins;

             var cfnBucketS3ServerAccessLogsDestProps = new CfnBucketS3ServerAccessLogsDestProps {
                 RecordFields = new [] { CfnBucketS3ServerAccessLogsRecordFields.BUCKET_NAME }
             };

Synopsis

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

CfnBucketS3ServerAccessLogsRecordFields[]? RecordFields { get; }
Property Value

CfnBucketS3ServerAccessLogsRecordFields[]

Remarks

Stability: Experimental

Back to top Generated by DocFX