@Stability(value=Stable)
public static interface CfnFunction.EventBridgeRuleEventProperty
extends software.amazon.jsii.JsiiSerializable
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#eventbridgerule| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.EventBridgeRuleEventProperty.Builder
A builder for
CfnFunction.EventBridgeRuleEventProperty |
static class |
CfnFunction.EventBridgeRuleEventProperty.Jsii$Proxy
An implementation for
CfnFunction.EventBridgeRuleEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.EventBridgeRuleEventProperty.Builder |
builder() |
default String |
getEventBusName()
`CfnFunction.EventBridgeRuleEventProperty.EventBusName`.
|
default String |
getInput()
`CfnFunction.EventBridgeRuleEventProperty.Input`.
|
default String |
getInputPath()
`CfnFunction.EventBridgeRuleEventProperty.InputPath`.
|
Object |
getPattern()
`CfnFunction.EventBridgeRuleEventProperty.Pattern`.
|
@Stability(value=Stable) @NotNull Object getPattern()
https://docs.aws.amazon.com/eventbridge/latest/userguide/filtering-examples-structure.html@Stability(value=Stable) @Nullable default String getEventBusName()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#eventbridgerule@Stability(value=Stable) @Nullable default String getInput()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#eventbridgerule@Stability(value=Stable) @Nullable default String getInputPath()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#eventbridgerule@Stability(value=Stable) static CfnFunction.EventBridgeRuleEventProperty.Builder builder()
Copyright © 2020. All rights reserved.