@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:21.646Z") @Stability(value=Stable) public class RepositoryEncryption extends software.amazon.jsii.JsiiObject
Example:
Repository.Builder.create(this, "Repo")
.encryption(RepositoryEncryption.KMS)
.build();
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#SysMetadata| 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.