CreateComponentRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client token for the created component.

Link copied to clipboard

An optional customer-provided description of the component.

Link copied to clipboard

The name of the Proton environment that you want to associate this component with. You must specify this when you don't specify serviceInstanceName and serviceName.

Link copied to clipboard

A path to a manifest file that lists the Infrastructure as Code (IaC) file, template language, and rendering engine for infrastructure that a custom component provisions.

Link copied to clipboard

The customer-provided name of the component.

Link copied to clipboard

The name of the service instance that you want to attach this component to. If you don't specify this, the component isn't attached to any service instance. Specify both serviceInstanceName and serviceName or neither of them.

Link copied to clipboard

The name of the service that serviceInstanceName is associated with. If you don't specify this, the component isn't attached to any service instance. Specify both serviceInstanceName and serviceName or neither of them.

Link copied to clipboard

The service spec that you want the component to use to access service inputs. Set this only when you attach the component to a service instance.

Link copied to clipboard
val tags: List<Tag>?

An optional list of metadata items that you can associate with the Proton component. A tag is a key-value pair.

Link copied to clipboard

A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String