class ECRPullThroughCacheAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECR.Events.ECRPullThroughCacheAction |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecr/events#ECRPullThroughCacheAction |
Java | software.amazon.awscdk.mixins.preview.services.ecr.events.ECRPullThroughCacheAction |
Python | aws_cdk.mixins_preview.aws_ecr.events.ECRPullThroughCacheAction |
TypeScript | @aws-cdk/mixins-preview » aws_ecr » events » ECRPullThroughCacheAction |
EventBridge event pattern for aws.ecr@ECRPullThroughCacheAction.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as ecr_events } from '@aws-cdk/mixins-preview/aws-ecr';
const eCRPullThroughCacheAction = new ecr_events.ECRPullThroughCacheAction();
Initializer
new ECRPullThroughCacheAction()
Methods
| Name | Description |
|---|---|
| static ecr | EventBridge event pattern for ECR Pull Through Cache Action. |
static ecrPullThroughCacheActionPattern(options?)
public static ecrPullThroughCacheActionPattern(options?: ECRPullThroughCacheActionProps): EventPattern
Parameters
- options
ECRPullThrough Cache Action Props
Returns
EventBridge event pattern for ECR Pull Through Cache Action.

.NET
Go
Java
Python
TypeScript