Show / Hide Table of Contents

Class CfnGatewayApplicationLogsLogGroupProps

Inheritance
object
CfnGatewayApplicationLogsLogGroupProps
Implements
ICfnGatewayApplicationLogsLogGroupProps
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 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

Implements

ICfnGatewayApplicationLogsLogGroupProps
Back to top Generated by DocFX