public static final class CfnConfigurationSet.DeliveryOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationSet.DeliveryOptionsProperty
CfnConfigurationSet.DeliveryOptionsProperty
CfnConfigurationSet.DeliveryOptionsProperty.Builder, CfnConfigurationSet.DeliveryOptionsProperty.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 |
getSendingPoolName()
The name of the dedicated IP pool to associate with the configuration set.
|
java.lang.String |
getTlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
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 getSendingPoolName()
CfnConfigurationSet.DeliveryOptionsProperty
getSendingPoolName
in interface CfnConfigurationSet.DeliveryOptionsProperty
public final java.lang.String getTlsPolicy()
CfnConfigurationSet.DeliveryOptionsProperty
If the value is REQUIRE
, messages are only delivered if a TLS connection can be established. If the value is OPTIONAL
, messages can be delivered in plain text if a TLS connection can't be established.
Valid Values: REQUIRE | OPTIONAL
getTlsPolicy
in interface CfnConfigurationSet.DeliveryOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()