Show / Hide Table of Contents

Class CfnGatewayApplicationLogsDestProps

Inheritance
object
CfnGatewayApplicationLogsDestProps
Implements
ICfnGatewayApplicationLogsDestProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Implements

ICfnGatewayApplicationLogsDestProps
Back to top Generated by DocFX