@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.543Z") @Stability(value=Stable) public class RepositoryEncryption extends software.amazon.jsii.JsiiObject
Example:
Repository.Builder.create(this, "Repo")
.encryption(RepositoryEncryption.KMS)
.build();
| Modifier and Type | Field and Description |
|---|---|
static RepositoryEncryption |
AES_256
'AES256'.
|
static RepositoryEncryption |
KMS
'KMS'.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryEncryption(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RepositoryEncryption(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
RepositoryEncryption(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
the string value of the encryption.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final RepositoryEncryption AES_256
@Stability(value=Stable) public static final RepositoryEncryption KMS
protected RepositoryEncryption(software.amazon.jsii.JsiiObjectRef objRef)
protected RepositoryEncryption(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected RepositoryEncryption(@NotNull
String value)
value - the string value of the encryption. This parameter is required.@Stability(value=Stable) @NotNull public String getValue()
Copyright © 2022. All rights reserved.