pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetNetworkAclResult
Get
Network
Acl
Result
data
class
GetNetworkAclResult
(
val
id
:
String
?
=
null
,
val
tags
:
List
<
NetworkAclTag
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Network
Acl
Result
Link copied to clipboard
fun
GetNetworkAclResult
(
id
:
String
?
=
null
,
tags
:
List
<
NetworkAclTag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
NetworkAclTag
>
?
=
null
The tags to assign to the network ACL.