Class IRepository.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.IRepository.Jsii$Proxy
- All Implemented Interfaces:
IRepositoryRef,IRepositoryRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IRepository,IRepository.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IRepository
@Internal
public static final class IRepository.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IRepository.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecr.IRepository
IRepository.Jsii$Default, IRepository.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ecr.IRepositoryRef
IRepositoryRef.Jsii$Default, IRepositoryRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RuleDefine a CloudWatch event that triggers when something happens to this repository.final RuleDefines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.final RuleDefines a CloudWatch event rule which triggers for repository events.final RuleDefines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.final StringReturns the URI of the repository for a certain digest.final StringReturns the URI of the repository for a certain tag.final StringReturns the URI of the repository for a certain tag or digest, inferring based on the syntax of the tag.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.ecr.IRepository.Jsii$Default
addToResourcePolicy, getRegistryUri, getRepositoryArn, getRepositoryName, getRepositoryUri, grant, grantPull, grantPullPush, grantPush, grantRead, onCloudTrailEvent, onCloudTrailImagePushed, onEvent, onImageScanCompleted, repositoryUriForDigest, repositoryUriForTag, repositoryUriForTagOrDigestMethods inherited from interface software.amazon.awscdk.interfaces.ecr.IRepositoryRef.Jsii$Default
getRepositoryRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
onCloudTrailEvent
Define a CloudWatch event that triggers when something happens to this repository.Requires that there exists at least one CloudTrail Trail in your account that captures the event. This method will not create the Trail.
- Specified by:
onCloudTrailEventin interfaceIRepository- Specified by:
onCloudTrailEventin interfaceIRepository.Jsii$Default- Parameters:
id- The id of the rule. This parameter is required.
-
onCloudTrailImagePushed
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.Requires that there exists at least one CloudTrail Trail in your account that captures the event. This method will not create the Trail.
- Specified by:
onCloudTrailImagePushedin interfaceIRepository- Specified by:
onCloudTrailImagePushedin interfaceIRepository.Jsii$Default- Parameters:
id- The id of the rule. This parameter is required.
-
onEvent
Defines a CloudWatch event rule which triggers for repository events.Use
rule.addEventPattern(pattern)to specify a filter.- Specified by:
onEventin interfaceIRepository- Specified by:
onEventin interfaceIRepository.Jsii$Default- Parameters:
id- This parameter is required.
-
onImageScanCompleted
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.- Specified by:
onImageScanCompletedin interfaceIRepository- Specified by:
onImageScanCompletedin interfaceIRepository.Jsii$Default- Parameters:
id- The id of the rule. This parameter is required.
-
repositoryUriForDigest
Returns the URI of the repository for a certain digest. Can be used indocker push/pull.ACCOUNT.dkr.ecr.REGION.amazonaws.com/REPOSITORY[@DIGEST]
- Specified by:
repositoryUriForDigestin interfaceIRepository- Specified by:
repositoryUriForDigestin interfaceIRepository.Jsii$Default
-
repositoryUriForTag
Returns the URI of the repository for a certain tag. Can be used indocker push/pull.ACCOUNT.dkr.ecr.REGION.amazonaws.com/REPOSITORY[:TAG]
- Specified by:
repositoryUriForTagin interfaceIRepository- Specified by:
repositoryUriForTagin interfaceIRepository.Jsii$Default
-
repositoryUriForTagOrDigest
Returns the URI of the repository for a certain tag or digest, inferring based on the syntax of the tag.Can be used in
docker push/pull.ACCOUNT.dkr.ecr.REGION.amazonaws.com/REPOSITORY[:TAG] ACCOUNT.dkr.ecr.REGION.amazonaws.com/REPOSITORY[@DIGEST]
- Specified by:
repositoryUriForTagOrDigestin interfaceIRepository- Specified by:
repositoryUriForTagOrDigestin interfaceIRepository.Jsii$Default
-