toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.route53.kotlin.inputs
/
CidrCollectionLocationArgs
Cidr
Collection
Location
Args
data
class
CidrCollectionLocationArgs
(
val
cidrList
:
Output
<
List
<
String
>
>
,
val
locationName
:
Output
<
String
>
)
:
ConvertibleToJava
<
CidrCollectionLocationArgs
>
Members
Constructors
Cidr
Collection
Location
Args
Link copied to clipboard
constructor
(
cidrList
:
Output
<
List
<
String
>
>
,
locationName
:
Output
<
String
>
)
Properties
cidr
List
Link copied to clipboard
val
cidrList
:
Output
<
List
<
String
>
>
A list of CIDR blocks.
location
Name
Link copied to clipboard
val
locationName
:
Output
<
String
>
The name of the location that is associated with the CIDR collection.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CidrCollectionLocationArgs