Class CfnGatewayApplicationLogsDestProps
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayApplicationLogsDestProps : ICfnGatewayApplicationLogsDestProps
Syntax (vb)
Public Class CfnGatewayApplicationLogsDestProps Implements ICfnGatewayApplicationLogsDestProps
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 cfnGatewayApplicationLogsDestProps = new CfnGatewayApplicationLogsDestProps {
RecordFields = new [] { CfnGatewayApplicationLogsRecordFields.BODY }
};
Synopsis
Constructors
| CfnGatewayApplicationLogsDestProps() |
Properties
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnGatewayApplicationLogsDestProps()
public CfnGatewayApplicationLogsDestProps()
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 cfnGatewayApplicationLogsDestProps = new CfnGatewayApplicationLogsDestProps {
RecordFields = new [] { CfnGatewayApplicationLogsRecordFields.BODY }
};
Properties
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnGatewayApplicationLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnGatewayApplicationLogsRecordFields[]
Remarks
Stability: Experimental