pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.route53.kotlin.outputs
/
CidrCollectionLocation
Cidr
Collection
Location
data
class
CidrCollectionLocation
(
val
cidrList
:
List
<
String
>
,
val
locationName
:
String
)
Types
Constructors
Properties
Constructors
Cidr
Collection
Location
Link copied to clipboard
fun
CidrCollectionLocation
(
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.