Interface ICloudwatchDeliveryDestinationProps
(experimental) Properties for Cloudwatch delivery destination.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Logs
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICloudwatchDeliveryDestinationProps
Syntax (vb)
Public Interface ICloudwatchDeliveryDestinationProps
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.Logs;
using Amazon.CDK.Interfaces.Logs;
ILogGroupRef logGroupRef;
var cloudwatchDeliveryDestinationProps = new CloudwatchDeliveryDestinationProps {
LogGroup = logGroupRef,
// the properties below are optional
OutputFormat = "outputFormat"
};
Synopsis
Properties
| LogGroup | (experimental) Log group to deliver logs to. |
| OutputFormat | (experimental) Format of the logs that are sent to this delivery destination. |
Properties
LogGroup
(experimental) Log group to deliver logs to.
ILogGroupRef LogGroup { get; }
Property Value
Remarks
Stability: Experimental
OutputFormat
(experimental) Format of the logs that are sent to this delivery destination.
string? OutputFormat { get; }
Property Value
Remarks
Stability: Experimental