Uses of Interface
software.amazon.awscdk.interfaces.ecr.IPublicRepositoryRef
Packages that use IPublicRepositoryRef
Package
Description
Amazon ECR Construct Library
-
Uses of IPublicRepositoryRef in software.amazon.awscdk.interfaces.ecr
Subinterfaces of IPublicRepositoryRef in software.amazon.awscdk.interfaces.ecrModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPublicRepositoryRef.Classes in software.amazon.awscdk.interfaces.ecr that implement IPublicRepositoryRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPublicRepositoryRef in software.amazon.awscdk.services.ecr
Classes in software.amazon.awscdk.services.ecr that implement IPublicRepositoryRefModifier and TypeClassDescriptionclassTheAWS::ECR::PublicRepositoryresource specifies an Amazon Elastic Container Registry Public (Amazon ECR Public) 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 IPublicRepositoryRefModifier and TypeMethodDescriptionstatic IPublicRepositoryRefCfnPublicRepository.fromPublicRepositoryArn(software.constructs.Construct scope, String id, String arn) Creates a new IPublicRepositoryRef from an ARN.static IPublicRepositoryRefCfnPublicRepository.fromRepositoryName(software.constructs.Construct scope, String id, String repositoryName) Creates a new IPublicRepositoryRef from a repositoryName.