CidrCollectionArgs

data class CidrCollectionArgs(val locations: Output<List<CidrCollectionLocationArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<CidrCollectionArgs>

Resource schema for AWS::Route53::CidrCollection.

Constructors

Link copied to clipboard
constructor(locations: Output<List<CidrCollectionLocationArgs>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

A complex type that contains information about the list of CIDR locations.

Link copied to clipboard
val name: Output<String>? = null

A unique name for the CIDR collection.

Functions

Link copied to clipboard
open override fun toJava(): CidrCollectionArgs