Show / Hide Table of Contents

Interface CfnContainerRecipe.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 CfnContainerRecipe.ITargetContainerRepositoryProperty
Syntax (vb)
Public Interface CfnContainerRecipe.ITargetContainerRepositoryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-targetcontainerrepository.html

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.

string? RepositoryName { get; }
Property Value

string

Remarks

This name is prefixed by the repository location. For example, <repository location url>/repository_name .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-targetcontainerrepository.html#cfn-imagebuilder-containerrecipe-targetcontainerrepository-repositoryname

Service

Specifies the service in which this image was registered.

string? Service { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-targetcontainerrepository.html#cfn-imagebuilder-containerrecipe-targetcontainerrepository-service

Back to top Generated by DocFX