@Stability(value=Stable)
public static interface CfnFunction.CloudWatchLogsEventProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
CloudWatchLogsEventProperty cloudWatchLogsEventProperty = CloudWatchLogsEventProperty.builder()
.filterPattern("filterPattern")
.logGroupName("logGroupName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.CloudWatchLogsEventProperty.Builder
A builder for
CfnFunction.CloudWatchLogsEventProperty |
static class |
CfnFunction.CloudWatchLogsEventProperty.Jsii$Proxy
An implementation for
CfnFunction.CloudWatchLogsEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.CloudWatchLogsEventProperty.Builder |
builder() |
String |
getFilterPattern()
`CfnFunction.CloudWatchLogsEventProperty.FilterPattern`.
|
String |
getLogGroupName()
`CfnFunction.CloudWatchLogsEventProperty.LogGroupName`.
|
@Stability(value=Stable) @NotNull String getFilterPattern()
@Stability(value=Stable) @NotNull String getLogGroupName()
@Stability(value=Stable) static CfnFunction.CloudWatchLogsEventProperty.Builder builder()
Copyright © 2022. All rights reserved.