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

Functions

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

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.