Interface CfnDistributionConfiguration.ITargetContainerRepositoryProperty
The container repository where the output container image is stored.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITargetContainerRepositoryProperty
Syntax (vb)
Public Interface 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
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. |
Properties
RepositoryName
The name of the container repository where the output container image is stored.
virtual string RepositoryName { get; }
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.
virtual string Service { get; }
Property Value
System.String