toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin.outputs
/
GetPrefixListsListEntry
Get
Prefix
Lists
List
Entry
data
class
GetPrefixListsListEntry
(
val
cidr
:
String
,
val
description
:
String
)
Members
Constructors
Get
Prefix
Lists
List
Entry
Link copied to clipboard
constructor
(
cidr
:
String
,
description
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cidr
Link copied to clipboard
val
cidr
:
String
The CIDR address block of the prefix list.
description
Link copied to clipboard
val
description
:
String
The description of the cidr entry.