Uses of Interface
software.amazon.awscdk.interfaces.ecr.IRepositoryRef
Packages that use IRepositoryRef
Package
Description
Amazon ECR Construct Library
-
Uses of IRepositoryRef in software.amazon.awscdk.interfaces.ecr
Subinterfaces of IRepositoryRef in software.amazon.awscdk.interfaces.ecrModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRepositoryRef.Classes in software.amazon.awscdk.interfaces.ecr that implement IRepositoryRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRepositoryRef in software.amazon.awscdk.services.ecr
Classes in software.amazon.awscdk.services.ecr that implement IRepositoryRefModifier and TypeClassDescriptionclassTheAWS::ECR::Repositoryresource specifies an Amazon Elastic Container Registry (Amazon ECR) repository, where users can push and pull Docker images, Open Container Initiative (OCI) images, and OCI compatible artifacts.Methods in software.amazon.awscdk.services.ecr that return IRepositoryRefModifier and TypeMethodDescriptionstatic IRepositoryRefCfnRepository.fromRepositoryArn(software.constructs.Construct scope, String id, String arn) Creates a new IRepositoryRef from an ARN.static IRepositoryRefCfnRepository.fromRepositoryName(software.constructs.Construct scope, String id, String repositoryName) Creates a new IRepositoryRef from a repositoryName.