import { EcrImageScanNotify } from 'cdk-ecr-image-scan-notify'
new EcrImageScanNotify(scope: Construct, id: string, props: EcrImageScanNotifyProps)
- Type:
constructs.Construct
- Type:
string
import { EcrImageScanNotifyProps } from 'cdk-ecr-image-scan-notify'
const ecrImageScanNotifyProps: EcrImageScanNotifyProps = { ... }
public readonly webhookUrl: string;
- Type:
string