Documentation ¶
Overview ¶
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_helpers_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_referenced_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostProcessRepository ¶
func PostProcessRepository(ctx context.Context, params *localAws.AwsFetchInput, model *Repository) error
Types ¶
type EncryptionConfiguration ¶
type ImageScanningConfiguration ¶
type ImageScanningConfiguration struct {
ScanOnPush bool `` /* 165-byte string literal not displayed */
}
type Repository ¶
type Repository struct { CreatedAt int64 `` /* 192-byte string literal not displayed */ EncryptionConfiguration *EncryptionConfiguration `` /* 234-byte string literal not displayed */ ImageScanningConfiguration *ImageScanningConfiguration `` /* 258-byte string literal not displayed */ ImageTagMutability string `` /* 245-byte string literal not displayed */ RegistryId string `` /* 191-byte string literal not displayed */ RepositoryArn string `` /* 249-byte string literal not displayed */ RepositoryName string `` /* 215-byte string literal not displayed */ RepositoryUri string `` /* 209-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ Tags map[string]string `` /* 209-byte string literal not displayed */ }
func FetchRepositories ¶
func FetchRepositories(ctx context.Context, params *aws.AwsFetchInput) ([]*Repository, *aws.AwsFetchOutputMetadata)
Click to show internal directories.
Click to hide internal directories.