| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static RepositoryEncryption |
RepositoryEncryption.AES_256
'AES256'.
|
static RepositoryEncryption |
RepositoryEncryption.KMS
'KMS'.
|
| Modifier and Type | Method and Description |
|---|---|
default RepositoryEncryption |
RepositoryProps.getEncryption()
The kind of server-side encryption to apply to this repository.
|
RepositoryEncryption |
RepositoryProps.Jsii$Proxy.getEncryption() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryProps.Builder |
RepositoryProps.Builder.encryption(RepositoryEncryption encryption)
Sets the value of
RepositoryProps.getEncryption() |
Repository.Builder |
Repository.Builder.encryption(RepositoryEncryption encryption)
The kind of server-side encryption to apply to this repository.
|
Copyright © 2022. All rights reserved.