Documentation
¶
Index ¶
Constants ¶
View Source
const ( EncryptionTypeKMS = "KMS" EncryptionTypeAES256 = "AES256" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECR ¶
type ECR struct {
Repositories []Repository
}
type Encryption ¶
type Encryption struct {
Metadata defsecTypes.Metadata
Type defsecTypes.StringValue
KMSKeyID defsecTypes.StringValue
}
type ImageScanning ¶
type ImageScanning struct {
Metadata defsecTypes.Metadata
ScanOnPush defsecTypes.BoolValue
}
type Repository ¶
type Repository struct {
Metadata defsecTypes.Metadata
ImageScanning ImageScanning
ImageTagsImmutable defsecTypes.BoolValue
Policies []iam.Policy
Encryption Encryption
}
Click to show internal directories.
Click to hide internal directories.