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 { types.Metadata Type types.StringValue KMSKeyID types.StringValue }
type Repository ¶
type Repository struct { types.Metadata ImageScanning ImageScanning ImageTagsImmutable types.BoolValue Policies []iam.Policy Encryption Encryption }
Click to show internal directories.
Click to hide internal directories.