Uses of Interface
software.amazon.awscdk.services.ecr.IRepository
Packages that use IRepository
Package
Description
CDK Pipelines
AWS::AppRunner Construct Library
AWS CodeBuild Construct Library
AWS CodePipeline Actions
Amazon ECR Construct Library
AWS CDK Docker Image Assets
Amazon ECS Construct Library
AWS Lambda Construct Library
Tasks for AWS Step Functions
-
Uses of IRepository in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines with parameters of type IRepositoryModifier and TypeMethodDescriptionstatic CodePipelineSourceCodePipelineSource.ecr(IRepository repository) Returns an ECR source.static CodePipelineSourceCodePipelineSource.ecr(IRepository repository, ECRSourceOptions props) Returns an ECR source.Method parameters in software.amazon.awscdk.pipelines with type arguments of type IRepositoryModifier and TypeMethodDescriptionstatic DockerCredentialDockerCredential.ecr(List<? extends IRepository> repositories) Creates a DockerCredential for one or more ECR repositories.static DockerCredentialDockerCredential.ecr(List<? extends IRepository> repositories, EcrDockerCredentialOptions opts) Creates a DockerCredential for one or more ECR repositories. -
Uses of IRepository in software.amazon.awscdk.services.apprunner
Methods in software.amazon.awscdk.services.apprunner that return IRepositoryModifier and TypeMethodDescriptiondefault IRepositorySourceConfig.getEcrRepository()(experimental) The ECR repository (required to grant the pull privileges for the iam role).final IRepositorySourceConfig.Jsii$Proxy.getEcrRepository()EcrProps.getRepository()(experimental) Represents the ECR repository.final IRepositoryEcrProps.Jsii$Proxy.getRepository()Methods in software.amazon.awscdk.services.apprunner with parameters of type IRepositoryModifier and TypeMethodDescriptionSourceConfig.Builder.ecrRepository(IRepository ecrRepository) Sets the value ofSourceConfig.getEcrRepository()EcrProps.Builder.repository(IRepository repository) Sets the value ofEcrProps.getRepository()EcrSource.Builder.repository(IRepository repository) (experimental) Represents the ECR repository. -
Uses of IRepository in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return IRepositoryModifier and TypeMethodDescriptiondefault IRepositoryIBindableBuildImage.Jsii$Default.getRepository()An optional ECR repository that the image is hosted in.final IRepositoryIBindableBuildImage.Jsii$Proxy.getRepository()An optional ECR repository that the image is hosted in.default IRepositoryIBuildImage.getRepository()An optional ECR repository that the image is hosted in.default IRepositoryIBuildImage.Jsii$Default.getRepository()An optional ECR repository that the image is hosted in.final IRepositoryIBuildImage.Jsii$Proxy.getRepository()An optional ECR repository that the image is hosted in.LinuxArmBuildImage.getRepository()An optional ECR repository that the image is hosted in.LinuxBuildImage.getRepository()An optional ECR repository that the image is hosted in.WindowsBuildImage.getRepository()An optional ECR repository that the image is hosted in.Methods in software.amazon.awscdk.services.codebuild with parameters of type IRepositoryModifier and TypeMethodDescriptionstatic IBuildImageLinuxArmBuildImage.fromEcrRepository(IRepository repository) Returns an ARM image running Linux from an ECR repository.static IBuildImageLinuxArmBuildImage.fromEcrRepository(IRepository repository, String tagOrDigest) Returns an ARM image running Linux from an ECR repository.static IBuildImageLinuxBuildImage.fromEcrRepository(IRepository repository) static IBuildImageLinuxBuildImage.fromEcrRepository(IRepository repository, String tagOrDigest) static IBuildImageLinuxGpuBuildImage.fromEcrRepository(IRepository repository) Returns a GPU image running Linux from an ECR repository.static IBuildImageLinuxGpuBuildImage.fromEcrRepository(IRepository repository, String tag) Returns a GPU image running Linux from an ECR repository.static IBuildImageWindowsBuildImage.fromEcrRepository(IRepository repository) static IBuildImageWindowsBuildImage.fromEcrRepository(IRepository repository, String tagOrDigest) static IBuildImageWindowsBuildImage.fromEcrRepository(IRepository repository, String tagOrDigest, WindowsImageType imageType) -
Uses of IRepository in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IRepositoryModifier and TypeMethodDescriptionEcrSourceActionProps.getRepository()The repository that will be watched for changes.final IRepositoryEcrSourceActionProps.Jsii$Proxy.getRepository()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IRepositoryModifier and TypeMethodDescriptionEcrSourceAction.Builder.repository(IRepository repository) The repository that will be watched for changes.EcrSourceActionProps.Builder.repository(IRepository repository) Sets the value ofEcrSourceActionProps.getRepository() -
Uses of IRepository in software.amazon.awscdk.services.ecr
Subinterfaces of IRepository in software.amazon.awscdk.services.ecrModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRepository.Classes in software.amazon.awscdk.services.ecr that implement IRepositoryModifier and TypeClassDescriptionstatic 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 IRepositoryModifier and TypeMethodDescriptionstatic IRepositoryRepository.fromRepositoryArn(software.constructs.Construct scope, String id, String repositoryArn) static IRepositoryRepository.fromRepositoryAttributes(software.constructs.Construct scope, String id, RepositoryAttributes attrs) Import a repository.static IRepositoryRepository.fromRepositoryName(software.constructs.Construct scope, String id, String repositoryName) -
Uses of IRepository in software.amazon.awscdk.services.ecr.assets
Methods in software.amazon.awscdk.services.ecr.assets that return IRepositoryModifier and TypeMethodDescriptionDockerImageAsset.getRepository()Repository where the image is stored.TarballImageAsset.getRepository()Repository where the image is stored.Methods in software.amazon.awscdk.services.ecr.assets with parameters of type IRepositoryModifier and TypeMethodDescriptionvoidDockerImageAsset.setRepository(IRepository value) Repository where the image is stored.voidTarballImageAsset.setRepository(IRepository value) Repository where the image is stored. -
Uses of IRepository in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs with parameters of type IRepositoryModifier and TypeMethodDescriptionstatic EcrImageContainerImage.fromEcrRepository(IRepository repository) Reference an image in an ECR repository.static EcrImageContainerImage.fromEcrRepository(IRepository repository, String tag) Reference an image in an ECR repository.Constructors in software.amazon.awscdk.services.ecs with parameters of type IRepositoryModifierConstructorDescriptionEcrImage(IRepository repository, String tagOrDigest) Constructs a new instance of the EcrImage class.TagParameterContainerImage(IRepository repository) -
Uses of IRepository in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type IRepositoryModifier and TypeMethodDescriptionstatic EcrImageCode.BuilderEcrImageCode.Builder.create(IRepository repository) static DockerImageCodeDockerImageCode.fromEcr(IRepository repository) Use an existing ECR image as the Lambda code.static DockerImageCodeDockerImageCode.fromEcr(IRepository repository, EcrImageCodeProps props) Use an existing ECR image as the Lambda code.static EcrImageCodeCode.fromEcrImage(IRepository repository) Use an existing ECR image as the Lambda code.static EcrImageCodeCode.fromEcrImage(IRepository repository, EcrImageCodeProps props) Use an existing ECR image as the Lambda code.Constructors in software.amazon.awscdk.services.lambda with parameters of type IRepositoryModifierConstructorDescriptionEcrImageCode(IRepository repository) EcrImageCode(IRepository repository, EcrImageCodeProps props) -
Uses of IRepository in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IRepositoryModifier and TypeMethodDescriptionstatic DockerImageDockerImage.fromEcrRepository(IRepository repository) Reference a Docker image stored in an ECR repository.static DockerImageDockerImage.fromEcrRepository(IRepository repository, String tagOrDigest) Reference a Docker image stored in an ECR repository.