@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.EventDestinationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder
|
static class |
CfnConfigurationSetEventDestination.EventDestinationProperty.Jsii$Proxy
An implementation for
CfnConfigurationSetEventDestination.EventDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
builder() |
default Object |
getCloudWatchDestination()
`CfnConfigurationSetEventDestination.EventDestinationProperty.CloudWatchDestination`.
|
default Object |
getEnabled()
`CfnConfigurationSetEventDestination.EventDestinationProperty.Enabled`.
|
default Object |
getKinesisFirehoseDestination()
`CfnConfigurationSetEventDestination.EventDestinationProperty.KinesisFirehoseDestination`.
|
List<String> |
getMatchingEventTypes()
`CfnConfigurationSetEventDestination.EventDestinationProperty.MatchingEventTypes`.
|
default String |
getName()
`CfnConfigurationSetEventDestination.EventDestinationProperty.Name`.
|
@Stability(value=Stable) @NotNull List<String> getMatchingEventTypes()
@Stability(value=Stable) @Nullable default Object getCloudWatchDestination()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Object getKinesisFirehoseDestination()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnConfigurationSetEventDestination.EventDestinationProperty.Builder builder()
Copyright © 2021. All rights reserved.