![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.route53.kotlin.outputs.CidrCollectionLocation.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.route53.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property cidrList A list of CIDR blocks.
* @property locationName The name of the location that is associated with the CIDR collection.
*/
public data class CidrCollectionLocation(
public val cidrList: List,
public val locationName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.route53.outputs.CidrCollectionLocation): CidrCollectionLocation = CidrCollectionLocation(
cidrList = javaType.cidrList().map({ args0 -> args0 }),
locationName = javaType.locationName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy