@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.189Z") @Stability(value=Experimental) public enum ServerSideEncryption extends Enum<ServerSideEncryption>
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#SysMetadata| Enum Constant and Description |
|---|
AES_256
(experimental) 'AES256'.
|
AWS_KMS
(experimental) 'aws:kms'.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerSideEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSideEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ServerSideEncryption AES_256
@Stability(value=Experimental) public static final ServerSideEncryption AWS_KMS
public static ServerSideEncryption[] values()
for (ServerSideEncryption c : ServerSideEncryption.values()) System.out.println(c);
public static ServerSideEncryption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.