Class ByoDkimOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ByoDkimOptions.Jsii$Proxy
- All Implemented Interfaces:
ByoDkimOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ByoDkimOptions
@Stability(Stable)
@Internal
public static final class ByoDkimOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ByoDkimOptions
An implementation for
ByoDkimOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ByoDkimOptions
ByoDkimOptions.Builder, ByoDkimOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ByoDkimOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theByoDkimOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal SecretValueThe private key that's used to generate a DKIM signature.final StringThe public key.final StringA string that's used to identify a public key in the DNS configuration for a domain.final inthashCode()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 theByoDkimOptions.Builder.
-
-
Method Details
-
getPrivateKey
Description copied from interface:ByoDkimOptionsThe private key that's used to generate a DKIM signature.- Specified by:
getPrivateKeyin interfaceByoDkimOptions
-
getSelector
Description copied from interface:ByoDkimOptionsA string that's used to identify a public key in the DNS configuration for a domain.- Specified by:
getSelectorin interfaceByoDkimOptions
-
getPublicKey
Description copied from interface:ByoDkimOptionsThe public key.If specified, a TXT record with the public key is created.
Default: - the validation TXT record with the public key is not created
- Specified by:
getPublicKeyin interfaceByoDkimOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-