-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c20ea8
commit c0cf00f
Showing
6 changed files
with
983 additions
and
7,362 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# API Reference <a name="API Reference"></a> | ||
|
||
## Constructs <a name="Constructs"></a> | ||
|
||
### ScannedDockerImageAsset <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset"></a> | ||
|
||
#### Initializer <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.Initializer"></a> | ||
|
||
```typescript | ||
import { ScannedDockerImageAsset } from 'cdk-ecr-asset-scanner' | ||
|
||
new ScannedDockerImageAsset(scope: Construct, id: string, props: DockerImageAssetProps) | ||
``` | ||
|
||
##### `scope`<sup>Required</sup> <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.parameter.scope"></a> | ||
|
||
- *Type:* [`@aws-cdk/core.Construct`](#@aws-cdk/core.Construct) | ||
|
||
--- | ||
|
||
##### `id`<sup>Required</sup> <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.parameter.id"></a> | ||
|
||
- *Type:* `string` | ||
|
||
--- | ||
|
||
##### `props`<sup>Required</sup> <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.parameter.props"></a> | ||
|
||
- *Type:* [`@aws-cdk/aws-ecr-assets.DockerImageAssetProps`](#@aws-cdk/aws-ecr-assets.DockerImageAssetProps) | ||
|
||
--- | ||
|
||
|
||
|
||
#### Properties <a name="Properties"></a> | ||
|
||
##### `scanCRHandler`<sup>Required</sup> <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.property.scanCRHandler"></a> | ||
|
||
- *Type:* [`@aws-cdk/core.CustomResource`](#@aws-cdk/core.CustomResource) | ||
|
||
--- | ||
|
||
##### `scanFunction`<sup>Required</sup> <a name="cdk-ecr-asset-scanner.ScannedDockerImageAsset.property.scanFunction"></a> | ||
|
||
- *Type:* [`@aws-cdk/aws-lambda.SingletonFunction`](#@aws-cdk/aws-lambda.SingletonFunction) | ||
|
||
--- | ||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.