/AWS1/CL_IN2RESOURCESCANMET¶
An object that contains details about the metadata for an Amazon ECR resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_ecrrepository TYPE REF TO /AWS1/CL_IN2ECRREPOSITORYMET /AWS1/CL_IN2ECRREPOSITORYMET¶
An object that contains details about the repository an Amazon ECR image resides in.
io_ecrimage TYPE REF TO /AWS1/CL_IN2ECRCONTAINERIMAG00 /AWS1/CL_IN2ECRCONTAINERIMAG00¶
An object that contains details about the container metadata for an Amazon ECR image.
io_ec2 TYPE REF TO /AWS1/CL_IN2EC2METADATA /AWS1/CL_IN2EC2METADATA¶
An object that contains metadata details for an Amazon EC2 instance.
io_lambdafunction TYPE REF TO /AWS1/CL_IN2LAMBDAFUNCTIONMET /AWS1/CL_IN2LAMBDAFUNCTIONMET¶
An object that contains metadata details for an Amazon Web Services Lambda function.
io_coderepository TYPE REF TO /AWS1/CL_IN2CODEREPOSITORYMET /AWS1/CL_IN2CODEREPOSITORYMET¶
Contains metadata about scan coverage for a code repository resource.
Queryable Attributes¶
ecrRepository¶
An object that contains details about the repository an Amazon ECR image resides in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECRREPOSITORY() |
Getter for ECRREPOSITORY |
ecrImage¶
An object that contains details about the container metadata for an Amazon ECR image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECRIMAGE() |
Getter for ECRIMAGE |
ec2¶
An object that contains metadata details for an Amazon EC2 instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EC2() |
Getter for EC2 |
lambdaFunction¶
An object that contains metadata details for an Amazon Web Services Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAFUNCTION() |
Getter for LAMBDAFUNCTION |
codeRepository¶
Contains metadata about scan coverage for a code repository resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREPOSITORY() |
Getter for CODEREPOSITORY |