Class CfnContainerRecipe.TargetContainerRepositoryProperty
The container repository where the output container image is stored.
Inheritance
System.Object
CfnContainerRecipe.TargetContainerRepositoryProperty
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TargetContainerRepositoryProperty : Object, CfnContainerRecipe.ITargetContainerRepositoryProperty
Syntax (vb)
Public Class TargetContainerRepositoryProperty
Inherits Object
Implements CfnContainerRecipe.ITargetContainerRepositoryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ImageBuilder;
var targetContainerRepositoryProperty = new TargetContainerRepositoryProperty {
RepositoryName = "repositoryName",
Service = "service"
};
Synopsis
Constructors
TargetContainerRepositoryProperty() |
Properties
RepositoryName | The name of the container repository where the output container image is stored. |
Service | Specifies the service in which this image was registered. |
Constructors
TargetContainerRepositoryProperty()
public TargetContainerRepositoryProperty()
Properties
RepositoryName
The name of the container repository where the output container image is stored.
public string RepositoryName { get; set; }
Property Value
System.String
Remarks
This name is prefixed by the repository location. For example, <repository location url>/repository_name
.
Service
Specifies the service in which this image was registered.
public string Service { get; set; }
Property Value
System.String