pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Prefix
List
Entry
Args
Link copied to clipboard
fun
PrefixListEntryArgs
(
cidr
:
Output
<
String
>
,
description
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PrefixListEntryArgs
Properties
cidr
Link copied to clipboard
val
cidr
:
Output
<
String
>
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null