@Stability(value=Stable)
public static interface CfnTopicRule.OpenSearchActionProperty
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.iot.*;
OpenSearchActionProperty openSearchActionProperty = OpenSearchActionProperty.builder()
.endpoint("endpoint")
.id("id")
.index("index")
.roleArn("roleArn")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.OpenSearchActionProperty.Builder
A builder for
CfnTopicRule.OpenSearchActionProperty |
static class |
CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.OpenSearchActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.OpenSearchActionProperty.Builder |
builder() |
String |
getEndpoint()
`CfnTopicRule.OpenSearchActionProperty.Endpoint`.
|
String |
getId()
`CfnTopicRule.OpenSearchActionProperty.Id`.
|
String |
getIndex()
`CfnTopicRule.OpenSearchActionProperty.Index`.
|
String |
getRoleArn()
`CfnTopicRule.OpenSearchActionProperty.RoleArn`.
|
String |
getType()
`CfnTopicRule.OpenSearchActionProperty.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.OpenSearchActionProperty.Builder builder()
Copyright © 2021. All rights reserved.