interface TargetContainerRepositoryProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.CfnContainerRecipe.TargetContainerRepositoryProperty |
Java | software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.TargetContainerRepositoryProperty |
Python | aws_cdk.aws_imagebuilder.CfnContainerRecipe.TargetContainerRepositoryProperty |
TypeScript | @aws-cdk/aws-imagebuilder » CfnContainerRecipe » TargetContainerRepositoryProperty |
The container repository where the output container image is stored.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as imagebuilder from '@aws-cdk/aws-imagebuilder';
const targetContainerRepositoryProperty: imagebuilder.CfnContainerRecipe.TargetContainerRepositoryProperty = {
repositoryName: 'repositoryName',
service: 'service',
};
Properties
Name | Type | Description |
---|---|---|
repository | string | The name of the container repository where the output container image is stored. |
service? | string | Specifies the service in which this image was registered. |
repositoryName?
Type:
string
(optional)
The name of the container repository where the output container image is stored.
This name is prefixed by the repository location.
service?
Type:
string
(optional)
Specifies the service in which this image was registered.