CreateServiceRequest

Types

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

Properties

Link copied to clipboard

The name of the code repository branch that holds the code that's deployed in Proton. Don't include this parameter if your service template doesn't include a service pipeline.

Link copied to clipboard

A description of the Proton service.

Link copied to clipboard

The service name.

Link copied to clipboard

The Amazon Resource Name (ARN) of the repository connection. For more information, see Setting up an AWS CodeStar connection in the Proton User Guide. Don't include this parameter if your service template doesn't include a service pipeline.

Link copied to clipboard

The ID of the code repository. Don't include this parameter if your service template doesn't include a service pipeline.

Link copied to clipboard

A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format. Don’t include pipeline inputs in the spec if your service template doesn’t include a service pipeline. For more information, see Create a service in the Proton User Guide.

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

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

Link copied to clipboard

The major version of the service template that was used to create the service.

Link copied to clipboard

The minor version of the service template that was used to create the service.

Link copied to clipboard

The name of the service template that's used to create the service.

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