Class CfnGatewayApplicationLogsLogGroupProps
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayApplicationLogsLogGroupProps : ICfnGatewayApplicationLogsLogGroupProps
Syntax (vb)
Public Class CfnGatewayApplicationLogsLogGroupProps Implements ICfnGatewayApplicationLogsLogGroupProps
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;
var cfnGatewayApplicationLogsLogGroupProps = new CfnGatewayApplicationLogsLogGroupProps {
OutputFormat = CfnGatewayApplicationLogsOutputFormat.LogGroup.PLAIN,
RecordFields = new [] { CfnGatewayApplicationLogsRecordFields.BODY }
};
Synopsis
Constructors
| CfnGatewayApplicationLogsLogGroupProps() |
Properties
| OutputFormat | (experimental) Format for log output, options are plain,json. |
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnGatewayApplicationLogsLogGroupProps()
public CfnGatewayApplicationLogsLogGroupProps()
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;
var cfnGatewayApplicationLogsLogGroupProps = new CfnGatewayApplicationLogsLogGroupProps {
OutputFormat = CfnGatewayApplicationLogsOutputFormat.LogGroup.PLAIN,
RecordFields = new [] { CfnGatewayApplicationLogsRecordFields.BODY }
};
Properties
OutputFormat
(experimental) Format for log output, options are plain,json.
public CfnGatewayApplicationLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value
CfnGatewayApplicationLogsOutputFormat.LogGroup?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnGatewayApplicationLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnGatewayApplicationLogsRecordFields[]
Remarks
Stability: Experimental