class ECRImageAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECR.Events.ECRImageAction |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecr/events#ECRImageAction |
Java | software.amazon.awscdk.mixins.preview.services.ecr.events.ECRImageAction |
Python | aws_cdk.mixins_preview.aws_ecr.events.ECRImageAction |
TypeScript | @aws-cdk/mixins-preview » aws_ecr » events » ECRImageAction |
EventBridge event pattern for aws.ecr@ECRImageAction.
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 eCRImageAction = new ecr_events.ECRImageAction();
Initializer
new ECRImageAction()
Methods
| Name | Description |
|---|---|
| static ecr | EventBridge event pattern for ECR Image Action. |
static ecrImageActionPattern(options?)
public static ecrImageActionPattern(options?: ECRImageActionProps): EventPattern
Parameters
- options
ECRImageAction Props
Returns
EventBridge event pattern for ECR Image Action.

.NET
Go
Java
Python
TypeScript