Class CfnProfileRoute53ProfilesResolverQueryLogsS3Props
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnProfileRoute53ProfilesResolverQueryLogsS3Props : ICfnProfileRoute53ProfilesResolverQueryLogsS3Props
Syntax (vb)
Public Class CfnProfileRoute53ProfilesResolverQueryLogsS3Props Implements ICfnProfileRoute53ProfilesResolverQueryLogsS3Props
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.Route53Profiles.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnProfileRoute53ProfilesResolverQueryLogsS3Props = new CfnProfileRoute53ProfilesResolverQueryLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnProfileRoute53ProfilesResolverQueryLogsOutputFormat.S3.JSON
};
Synopsis
Constructors
| CfnProfileRoute53ProfilesResolverQueryLogsS3Props() |
Properties
| EncryptionKey | (experimental) Encrpytion key for your delivery bucket. |
| OutputFormat | (experimental) Format for log output, options are json,plain,w3c,parquet. |
Constructors
CfnProfileRoute53ProfilesResolverQueryLogsS3Props()
public CfnProfileRoute53ProfilesResolverQueryLogsS3Props()
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.Route53Profiles.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnProfileRoute53ProfilesResolverQueryLogsS3Props = new CfnProfileRoute53ProfilesResolverQueryLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnProfileRoute53ProfilesResolverQueryLogsOutputFormat.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 CfnProfileRoute53ProfilesResolverQueryLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value
CfnProfileRoute53ProfilesResolverQueryLogsOutputFormat.S3?
Remarks
Stability: Experimental