CapabilityHostArgs

data class CapabilityHostArgs(val aiServicesConnections: Output<List<String>>? = null, val capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null, val customerSubnet: Output<String>? = null, val description: Output<String>? = null, val storageConnections: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null, val threadStorageConnections: Output<List<String>>? = null, val vectorStoreConnections: Output<List<String>>? = null) : ConvertibleToJava<CapabilityHostArgs>

Constructors

Link copied to clipboard
constructor(aiServicesConnections: Output<List<String>>? = null, capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null, customerSubnet: Output<String>? = null, description: Output<String>? = null, storageConnections: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, threadStorageConnections: Output<List<String>>? = null, vectorStoreConnections: Output<List<String>>? = null)

Properties

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

List of AI services connections.

Link copied to clipboard
val capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null

Kind of this capability host.

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

Customer subnet info to help set up this capability host.

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

The asset description text.

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

List of Storage connections.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tag dictionary. Tags can be added, removed, and updated.

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

List of Thread storage connections.

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

List of VectorStore connections.

Functions

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