| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
CreateServiceRequest.encryptionConfiguration()
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it
maintains and your service logs.
|
EncryptionConfiguration |
Service.encryptionConfiguration()
The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that
App Runner maintains for the service.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it
maintains and your service logs.
|
Service.Builder |
Service.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository
that App Runner maintains for the service.
|
Copyright © 2023. All rights reserved.