toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetFlowLogResult
Get
Flow
Log
Result
data
class
GetFlowLogResult
(
val
id
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Flow
Log
Result
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
The Flow Log ID
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
The tags to apply to the flow logs.