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 { Type types.StringValue KMSKeyID types.StringValue }
type ImageScanning ¶
type Repository ¶
type Repository struct { types.Metadata ImageScanning ImageScanning ImageTagsImmutable types.BoolValue Policy iam.PolicyDocument Encryption Encryption }
func (*Repository) GetMetadata ¶
func (c *Repository) GetMetadata() *types.Metadata
func (*Repository) GetRawValue ¶
func (c *Repository) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.