Class CfnRuntimeUsageLogsS3Props
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRuntimeUsageLogsS3Props : ICfnRuntimeUsageLogsS3Props
Syntax (vb)
Public Class CfnRuntimeUsageLogsS3Props Implements ICfnRuntimeUsageLogsS3Props
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.BedrockAgentCore.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnRuntimeUsageLogsS3Props = new CfnRuntimeUsageLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnRuntimeUsageLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnRuntimeUsageLogsRecordFields.RESOURCE_ARN }
};
Synopsis
Constructors
| CfnRuntimeUsageLogsS3Props() |
Properties
| EncryptionKey | (experimental) Encrpytion key for your delivery bucket. |
| OutputFormat | (experimental) Format for log output, options are json,plain,w3c,parquet. |
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnRuntimeUsageLogsS3Props()
public CfnRuntimeUsageLogsS3Props()
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.BedrockAgentCore.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnRuntimeUsageLogsS3Props = new CfnRuntimeUsageLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnRuntimeUsageLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnRuntimeUsageLogsRecordFields.RESOURCE_ARN }
};
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 CfnRuntimeUsageLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value
CfnRuntimeUsageLogsOutputFormat.S3?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnRuntimeUsageLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnRuntimeUsageLogsRecordFields[]
Remarks
Stability: Experimental