| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfiguration.Builder |
EncryptionConfiguration.builder() |
EncryptionConfiguration.Builder |
EncryptionConfiguration.Builder.kmsKey(String kmsKey)
The ARN of the KMS key that's used for encryption.
|
EncryptionConfiguration.Builder |
EncryptionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfiguration.Builder> |
EncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> 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.
|
default Service.Builder |
Service.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> 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 © 2022. All rights reserved.