UpdateComponentRequest

Types

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

Properties

Link copied to clipboard

The client token for the updated component.

Link copied to clipboard

The deployment type. It defines the mode for updating a component, as follows:

Link copied to clipboard

An optional customer-provided description of the component.

Link copied to clipboard

The name of the component to update.

Link copied to clipboard

The name of the service instance that you want to attach this component to. Don't specify to keep the component's current service instance attachment. Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both serviceInstanceName and serviceName or for neither of them.

Link copied to clipboard

The name of the service that serviceInstanceName is associated with. Don't specify to keep the component's current service instance attachment. Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both serviceInstanceName and serviceName or for 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 the component is attached to a service instance.

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