SpokeLinkedInterconnectAttachmentsArgs

data class SpokeLinkedInterconnectAttachmentsArgs(val siteToSiteDataTransfer: Output<Boolean>, val uris: Output<List<String>>) : ConvertibleToJava<SpokeLinkedInterconnectAttachmentsArgs>

Constructors

Link copied to clipboard
constructor(siteToSiteDataTransfer: Output<Boolean>, uris: Output<List<String>>)

Properties

Link copied to clipboard

A value that controls whether site-to-site data transfer is enabled for these resources. Note that data transfer is available only in supported locations.

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

The URIs of linked interconnect attachment resources

Functions

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