Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.48 KB

API.md

File metadata and controls

60 lines (30 loc) · 1.48 KB

API Reference

Constructs

EcrImageScanNotify

Initializers

import { EcrImageScanNotify } from 'cdk-ecr-image-scan-notify'

new EcrImageScanNotify(scope: Construct, id: string, props: EcrImageScanNotifyProps)
scopeRequired

idRequired
  • Type: string

propsRequired

Structs

EcrImageScanNotifyProps

Initializer

import { EcrImageScanNotifyProps } from 'cdk-ecr-image-scan-notify'

const ecrImageScanNotifyProps: EcrImageScanNotifyProps = { ... }
webhookUrlRequired
public readonly webhookUrl: string;
  • Type: string