@Stability(value=Stable)
public static interface CfnService.EncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apprunner.*;
EncryptionConfigurationProperty encryptionConfigurationProperty = EncryptionConfigurationProperty.builder()
.kmsKey("kmsKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.EncryptionConfigurationProperty.Builder
A builder for
CfnService.EncryptionConfigurationProperty |
static class |
CfnService.EncryptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.EncryptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.EncryptionConfigurationProperty.Builder |
builder() |
String |
getKmsKey()
The ARN of the KMS key that's used for encryption.
|
@Stability(value=Stable) @NotNull String getKmsKey()
@Stability(value=Stable) static CfnService.EncryptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.