pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.inputs
/
TopicRuleElasticsearchActionArgs
Topic
Rule
Elasticsearch
Action
Args
data
class
TopicRuleElasticsearchActionArgs
(
val
endpoint
:
Output
<
String
>
,
val
id
:
Output
<
String
>
,
val
index
:
Output
<
String
>
,
val
roleArn
:
Output
<
String
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
TopicRuleElasticsearchActionArgs
>
Constructors
Functions
Properties
Constructors
Topic
Rule
Elasticsearch
Action
Args
Link copied to clipboard
fun
TopicRuleElasticsearchActionArgs
(
endpoint
:
Output
<
String
>
,
id
:
Output
<
String
>
,
index
:
Output
<
String
>
,
roleArn
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopicRuleElasticsearchActionArgs
Properties
endpoint
Link copied to clipboard
val
endpoint
:
Output
<
String
>
id
Link copied to clipboard
val
id
:
Output
<
String
>
index
Link copied to clipboard
val
index
:
Output
<
String
>
role
Arn
Link copied to clipboard
val
roleArn
:
Output
<
String
>
type
Link copied to clipboard
val
type
:
Output
<
String
>