public static final class CfnCanary.S3EncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCanary.S3EncryptionProperty
CfnCanary.S3EncryptionProperty
CfnCanary.S3EncryptionProperty.Builder, CfnCanary.S3EncryptionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEncryptionMode()
The encryption method to use for artifacts created by this canary.
|
java.lang.String |
getKmsKeyArn()
The ARN of the customer-managed AWS KMS key to use, if you specify `SSE-KMS` for `EncryptionMode`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEncryptionMode()
CfnCanary.S3EncryptionProperty
Specify SSE_S3
to use server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS
to use server-side encryption with a customer-managed AWS KMS key.
If you omit this parameter, an AWS -managed AWS KMS key is used.
getEncryptionMode
in interface CfnCanary.S3EncryptionProperty
public final java.lang.String getKmsKeyArn()
CfnCanary.S3EncryptionProperty
getKmsKeyArn
in interface CfnCanary.S3EncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()