Class CfnCanary.S3EncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.CfnCanary.S3EncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCanary.S3EncryptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCanary.S3EncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnCanary.S3EncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCanary.S3EncryptionProperty
An implementation for
CfnCanary.S3EncryptionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.synthetics.CfnCanary.S3EncryptionProperty
CfnCanary.S3EncryptionProperty.Builder, CfnCanary.S3EncryptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCanary.S3EncryptionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCanary.S3EncryptionProperty.Builder
.
-
-
Method Details
-
getEncryptionMode
Description copied from interface:CfnCanary.S3EncryptionProperty
The encryption method to use for artifacts created by this canary.Specify
SSE_S3
to use server-side encryption (SSE) with an Amazon S3-managed key. SpecifySSE-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.
- Specified by:
getEncryptionMode
in interfaceCfnCanary.S3EncryptionProperty
-
getKmsKeyArn
Description copied from interface:CfnCanary.S3EncryptionProperty
The ARN of the customer-managed AWS KMS key to use, if you specifySSE-KMS
forEncryptionMode
.- Specified by:
getKmsKeyArn
in interfaceCfnCanary.S3EncryptionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-