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.outputs
/
CidrCollectionLocation
Cidr
Collection
Location
data
class
CidrCollectionLocation
(
val
cidrList
:
List
<
String
>
,
val
locationName
:
String
)
Members
Constructors
Cidr
Collection
Location
Link copied to clipboard
constructor
(
cidrList
:
List
<
String
>
,
locationName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cidr
List
Link copied to clipboard
val
cidrList
:
List
<
String
>
A list of CIDR blocks.
location
Name
Link copied to clipboard
val
locationName
:
String
The name of the location that is associated with the CIDR collection.