Uses of Interface
software.amazon.awscdk.services.apprunner.CfnService.EncryptionConfigurationProperty
Packages that use CfnService.EncryptionConfigurationProperty
-
Uses of CfnService.EncryptionConfigurationProperty in software.amazon.awscdk.services.apprunner
Classes in software.amazon.awscdk.services.apprunner that implement CfnService.EncryptionConfigurationPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnService.EncryptionConfigurationProperty
Methods in software.amazon.awscdk.services.apprunner that return CfnService.EncryptionConfigurationPropertyModifier and TypeMethodDescriptionCfnService.EncryptionConfigurationProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.apprunner with parameters of type CfnService.EncryptionConfigurationPropertyModifier and TypeMethodDescriptionCfnService.Builder.encryptionConfiguration
(CfnService.EncryptionConfigurationProperty 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.CfnServiceProps.Builder.encryptionConfiguration
(CfnService.EncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnServiceProps.getEncryptionConfiguration()
void
CfnService.setEncryptionConfiguration
(CfnService.EncryptionConfigurationProperty value) An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.