FabricCreationInputPropertiesArgs

data class FabricCreationInputPropertiesArgs(val customDetails: Output<Any>? = null) : ConvertibleToJava<FabricCreationInputPropertiesArgs>

Properties of site details provided during the time of site creation.

Constructors

Link copied to clipboard
constructor(customDetails: Output<Any>? = null)

Properties

Link copied to clipboard
val customDetails: Output<Any>? = null

Fabric provider specific creation input.

Functions

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