CommunityAdvertisementArgs

data class CommunityAdvertisementArgs(val communities: Output<List<String>>, val subnetPrefix: Output<String>) : ConvertibleToJava<CommunityAdvertisementArgs>

Constructors

Link copied to clipboard
constructor(communities: Output<List<String>>, subnetPrefix: Output<String>)

Properties

Link copied to clipboard
val communities: Output<List<String>>

The list of community strings to announce with this prefix.

Link copied to clipboard
val subnetPrefix: Output<String>

The subnet in CIDR format for which properties should be advertised.

Functions

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