ContainerRecipeTargetContainerRepositoryArgs

data class ContainerRecipeTargetContainerRepositoryArgs(val repositoryName: Output<String>? = null, val service: Output<ContainerRecipeTargetContainerRepositoryService>? = null) : ConvertibleToJava<ContainerRecipeTargetContainerRepositoryArgs>

The container repository where the output container image is stored.

Constructors

constructor(repositoryName: Output<String>? = null, service: Output<ContainerRecipeTargetContainerRepositoryService>? = null)

Properties

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

The name of the container repository where the output container image is stored. This name is prefixed by the repository location.

Link copied to clipboard

Specifies the service in which this image was registered.

Functions

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