Show / Hide Table of Contents

Class CfnCodeInterpreterCustomApplicationLogsLogGroupProps

Inheritance
object
CfnCodeInterpreterCustomApplicationLogsLogGroupProps
Implements
ICfnCodeInterpreterCustomApplicationLogsLogGroupProps
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 CfnCodeInterpreterCustomApplicationLogsLogGroupProps : ICfnCodeInterpreterCustomApplicationLogsLogGroupProps
Syntax (vb)
Public Class CfnCodeInterpreterCustomApplicationLogsLogGroupProps Implements ICfnCodeInterpreterCustomApplicationLogsLogGroupProps
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 cfnCodeInterpreterCustomApplicationLogsLogGroupProps = new CfnCodeInterpreterCustomApplicationLogsLogGroupProps {
                 OutputFormat = CfnCodeInterpreterCustomApplicationLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnCodeInterpreterCustomApplicationLogsRecordFields.ACCOUNT_ID }
             };

Synopsis

Constructors

CfnCodeInterpreterCustomApplicationLogsLogGroupProps()

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Constructors

CfnCodeInterpreterCustomApplicationLogsLogGroupProps()

public CfnCodeInterpreterCustomApplicationLogsLogGroupProps()
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 cfnCodeInterpreterCustomApplicationLogsLogGroupProps = new CfnCodeInterpreterCustomApplicationLogsLogGroupProps {
                 OutputFormat = CfnCodeInterpreterCustomApplicationLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnCodeInterpreterCustomApplicationLogsRecordFields.ACCOUNT_ID }
             };

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

public CfnCodeInterpreterCustomApplicationLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value

CfnCodeInterpreterCustomApplicationLogsOutputFormat.LogGroup?

Remarks

Stability: Experimental

RecordFields

(experimental) Record fields that can be provided to a log delivery.

public CfnCodeInterpreterCustomApplicationLogsRecordFields[]? RecordFields { get; set; }
Property Value

CfnCodeInterpreterCustomApplicationLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnCodeInterpreterCustomApplicationLogsLogGroupProps
Back to top Generated by DocFX