Class CfnScraperApplicationLogsS3Props
Implements
Inherited Members
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
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