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.inputs
/
PrefixListEntryArgs
Prefix
List
Entry
Args
data
class
PrefixListEntryArgs
(
val
cidr
:
Output
<
String
>
,
val
description
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
PrefixListEntryArgs
>
Members
Constructors
Prefix
List
Entry
Args
Link copied to clipboard
constructor
(
cidr
:
Output
<
String
>
,
description
:
Output
<
String
>
?
=
null
)
Properties
cidr
Link copied to clipboard
val
cidr
:
Output
<
String
>
The CIDR block.
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
A description for the entry. Constraints: Up to 255 characters in length.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PrefixListEntryArgs