Interface CfnPipelinePropsMixin.CloudWatchLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.CloudWatchLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.CloudWatchLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.osis.*;
CloudWatchLogDestinationProperty cloudWatchLogDestinationProperty = CloudWatchLogDestinationProperty.builder()
.logGroup("logGroup")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.CloudWatchLogDestinationPropertystatic final classAn implementation forCfnPipelinePropsMixin.CloudWatchLogDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroup
The name of the CloudWatch Logs group to send pipeline logs to.You can specify an existing log group or create a new one. For example,
/aws/vendedlogs/OpenSearchService/pipelines.- See Also:
-
builder
-