@Stability(value=Stable)
public static interface CfnSchedule.EventBridgeParametersProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.scheduler.*;
EventBridgeParametersProperty eventBridgeParametersProperty = EventBridgeParametersProperty.builder()
.detailType("detailType")
.source("source")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchedule.EventBridgeParametersProperty.Builder
A builder for
CfnSchedule.EventBridgeParametersProperty |
static class |
CfnSchedule.EventBridgeParametersProperty.Jsii$Proxy
An implementation for
CfnSchedule.EventBridgeParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedule.EventBridgeParametersProperty.Builder |
builder() |
String |
getDetailType()
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
|
String |
getSource()
The source of the event.
|
@Stability(value=Stable) @NotNull String getDetailType()
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) static CfnSchedule.EventBridgeParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.