Uses of Interface
software.amazon.awscdk.interfaces.ecr.IRepositoryRef
Packages that use IRepositoryRef
Package
Description
CDK Pipelines
AWS CodePipeline Actions
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.mixins.preview.services.ecr.events
Methods in software.amazon.awscdk.mixins.preview.services.ecr.events with parameters of type IRepositoryRefModifier and TypeMethodDescriptionstatic RepositoryEventsRepositoryEvents.fromRepository(IRepositoryRef repositoryRef) (experimental) Create RepositoryEvents from a Repository reference. -
Uses of IRepositoryRef in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines with parameters of type IRepositoryRefModifier and TypeMethodDescriptionstatic CodePipelineSourceCodePipelineSource.ecr(IRepositoryRef repository) Returns an ECR source.static CodePipelineSourceCodePipelineSource.ecr(IRepositoryRef repository, ECRSourceOptions props) Returns an ECR source. -
Uses of IRepositoryRef in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IRepositoryRefModifier and TypeMethodDescriptionEcrSourceActionProps.getRepository()The repository that will be watched for changes.final IRepositoryRefEcrSourceActionProps.Jsii$Proxy.getRepository()InspectorEcrImageScanActionProps.getRepository()The Amazon ECR repository where the image is pushed.final IRepositoryRefInspectorEcrImageScanActionProps.Jsii$Proxy.getRepository()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IRepositoryRefModifier and TypeMethodDescriptionEcrSourceAction.Builder.repository(IRepositoryRef repository) The repository that will be watched for changes.EcrSourceActionProps.Builder.repository(IRepositoryRef repository) Sets the value ofEcrSourceActionProps.getRepository()InspectorEcrImageScanAction.Builder.repository(IRepositoryRef repository) The Amazon ECR repository where the image is pushed.InspectorEcrImageScanActionProps.Builder.repository(IRepositoryRef repository) Sets the value ofInspectorEcrImageScanActionProps.getRepository() -
Uses of IRepositoryRef in software.amazon.awscdk.services.ecr
Subinterfaces of IRepositoryRef in software.amazon.awscdk.services.ecrModifier and TypeInterfaceDescriptioninterfaceRepresents an ECR repository.static interfaceInternal default implementation forIRepository.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.static final classA proxy class which represents a concrete javascript instance of this type.classDefine an ECR repository.classBase class for ECR repository.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.Methods in software.amazon.awscdk.services.ecr with parameters of type IRepositoryRefModifier and TypeMethodDescriptionstatic StringCfnRepository.arnForRepository(IRepositoryRef resource)