Show / Hide Table of Contents

Class CfnScraperApplicationLogsS3Props

Inheritance
object
CfnScraperApplicationLogsS3Props
Implements
ICfnScraperApplicationLogsS3Props
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.APS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnScraperApplicationLogsS3Props : ICfnScraperApplicationLogsS3Props
Syntax (vb)
Public Class CfnScraperApplicationLogsS3Props Implements ICfnScraperApplicationLogsS3Props
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.APS.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnScraperApplicationLogsS3Props = new CfnScraperApplicationLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnScraperApplicationLogsOutputFormat.S3.JSON
             };

Synopsis

Constructors

CfnScraperApplicationLogsS3Props()

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

Constructors

CfnScraperApplicationLogsS3Props()

public CfnScraperApplicationLogsS3Props()
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.APS.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnScraperApplicationLogsS3Props = new CfnScraperApplicationLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnScraperApplicationLogsOutputFormat.S3.JSON
             };

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

public IKeyRef? EncryptionKey { get; set; }
Property Value

IKeyRef

Remarks

Stability: Experimental

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

public CfnScraperApplicationLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value

CfnScraperApplicationLogsOutputFormat.S3?

Remarks

Stability: Experimental

Implements

ICfnScraperApplicationLogsS3Props
Back to top Generated by DocFX