interface TargetContainerRepositoryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnDistributionConfiguration.TargetContainerRepositoryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnDistributionConfiguration_TargetContainerRepositoryProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.TargetContainerRepositoryProperty |
![]() | aws_cdk.aws_imagebuilder.CfnDistributionConfiguration.TargetContainerRepositoryProperty |
![]() | aws-cdk-lib » aws_imagebuilder » CfnDistributionConfiguration » 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 { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const targetContainerRepositoryProperty: imagebuilder.CfnDistributionConfiguration.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. For example, <repository location url>/repository_name
.
service?
Type:
string
(optional)
Specifies the service in which this image was registered.