| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
EncryptionConfiguration.clone() |
EncryptionConfiguration |
CreateServiceRequest.getEncryptionConfiguration()
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.getEncryptionConfiguration()
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.
|
EncryptionConfiguration |
EncryptionConfiguration.withKmsKey(String kmsKey)
The ARN of the KMS key that's used for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceRequest.setEncryptionConfiguration(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.
|
void |
Service.setEncryptionConfiguration(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.
|
CreateServiceRequest |
CreateServiceRequest.withEncryptionConfiguration(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 |
Service.withEncryptionConfiguration(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 © 2025. All rights reserved.