Component

class Component

Detailed data of an Proton component resource.

For more information about components, see Proton components in the Proton User Guide.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the component.

Link copied to clipboard

The time when the component was created.

Link copied to clipboard

The component deployment status.

Link copied to clipboard

The message associated with the component deployment status.

Link copied to clipboard

A description of the component.

Link copied to clipboard

The name of the Proton environment that this component is associated with.

Link copied to clipboard

The ID of the last attempted deployment of this component.

Link copied to clipboard

The last token the client requested.

Link copied to clipboard

The time when a deployment of the component was last attempted.

Link copied to clipboard

The time when the component was last deployed successfully.

Link copied to clipboard

The time when the component was last modified.

Link copied to clipboard

The ID of the last successful deployment of this component.

Link copied to clipboard

The name of the component.

Link copied to clipboard

The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.

Link copied to clipboard

The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.

Link copied to clipboard

The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.

Functions

Link copied to clipboard
inline fun copy(block: Component.Builder.() -> Unit = {}): Component
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