@Stability(value=Stable)
public static interface CfnTopicRule.ElasticsearchActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.ElasticsearchActionProperty.Builder
A builder for
CfnTopicRule.ElasticsearchActionProperty |
static class |
CfnTopicRule.ElasticsearchActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.ElasticsearchActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.ElasticsearchActionProperty.Builder |
builder() |
String |
getEndpoint()
`CfnTopicRule.ElasticsearchActionProperty.Endpoint`.
|
String |
getId()
`CfnTopicRule.ElasticsearchActionProperty.Id`.
|
String |
getIndex()
`CfnTopicRule.ElasticsearchActionProperty.Index`.
|
String |
getRoleArn()
`CfnTopicRule.ElasticsearchActionProperty.RoleArn`.
|
String |
getType()
`CfnTopicRule.ElasticsearchActionProperty.Type`.
|
@Stability(value=Stable) @NotNull String getEndpoint()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getIndex()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnTopicRule.ElasticsearchActionProperty.Builder builder()
Copyright © 2021. All rights reserved.