pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
TopicRuleDestinationVpcDestinationProperties
Topic
Rule
Destination
Vpc
Destination
Properties
data
class
TopicRuleDestinationVpcDestinationProperties
(
val
roleArn
:
String
?
=
null
,
val
securityGroups
:
List
<
String
>
?
=
null
,
val
subnetIds
:
List
<
String
>
?
=
null
,
val
vpcId
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Topic
Rule
Destination
Vpc
Destination
Properties
Link copied to clipboard
fun
TopicRuleDestinationVpcDestinationProperties
(
roleArn
:
String
?
=
null
,
securityGroups
:
List
<
String
>
?
=
null
,
subnetIds
:
List
<
String
>
?
=
null
,
vpcId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
role
Arn
Link copied to clipboard
val
roleArn
:
String
?
=
null
security
Groups
Link copied to clipboard
val
securityGroups
:
List
<
String
>
?
=
null
subnet
Ids
Link copied to clipboard
val
subnetIds
:
List
<
String
>
?
=
null
vpc
Id
Link copied to clipboard
val
vpcId
:
String
?
=
null