Show / Hide Table of Contents

Class CfnGatewayApplicationLogs

Builder for CfnGatewayLogsMixin to generate APPLICATION_LOGS for CfnGateway.

Inheritance
object
CfnGatewayApplicationLogs
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayApplicationLogs : DeputyBase
Syntax (vb)
Public Class CfnGatewayApplicationLogs Inherits DeputyBase
Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: APPLICATION_LOGS

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 cfnGatewayApplicationLogs = new CfnGatewayApplicationLogs();

Synopsis

Constructors

CfnGatewayApplicationLogs()

Builder for CfnGatewayLogsMixin to generate APPLICATION_LOGS for CfnGateway.

Methods

ToFirehose(IDeliveryStreamRef)

Send logs to a Firehose Delivery Stream.

ToLogGroup(ILogGroupRef)

Send logs to a CloudWatch Log Group.

ToS3(IBucketRef)

Send logs to an S3 Bucket.

Constructors

CfnGatewayApplicationLogs()

Builder for CfnGatewayLogsMixin to generate APPLICATION_LOGS for CfnGateway.

public CfnGatewayApplicationLogs()
Remarks

Stability: Experimental

Methods

ToFirehose(IDeliveryStreamRef)

Send logs to a Firehose Delivery Stream.

public virtual CfnGatewayLogsMixin ToFirehose(IDeliveryStreamRef deliveryStream)
Parameters
deliveryStream IDeliveryStreamRef
Returns

CfnGatewayLogsMixin

Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: APPLICATION_LOGS

ExampleMetadata: fixture=_generated

ToLogGroup(ILogGroupRef)

Send logs to a CloudWatch Log Group.

public virtual CfnGatewayLogsMixin ToLogGroup(ILogGroupRef logGroup)
Parameters
logGroup ILogGroupRef
Returns

CfnGatewayLogsMixin

Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: APPLICATION_LOGS

ExampleMetadata: fixture=_generated

ToS3(IBucketRef)

Send logs to an S3 Bucket.

public virtual CfnGatewayLogsMixin ToS3(IBucketRef bucket)
Parameters
bucket IBucketRef
Returns

CfnGatewayLogsMixin

Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: APPLICATION_LOGS

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX