import { ScannedDockerImageAsset } from 'cdk-ecr-asset-scanner'
new ScannedDockerImageAsset(scope: Construct, id: string, props: DockerImageAssetProps)
- Type:
@aws-cdk/core.Construct
- Type:
string
public readonly scanCRHandler: CustomResource;
public readonly scanFunction: SingletonFunction;