public static final class CfnDomain.DomainEndpointOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.DomainEndpointOptionsProperty
CfnDomain.DomainEndpointOptionsProperty
CfnDomain.DomainEndpointOptionsProperty.Builder, CfnDomain.DomainEndpointOptionsProperty.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 |
getCustomEndpoint()
The fully qualified URL for your custom endpoint.
|
java.lang.String |
getCustomEndpointCertificateArn()
The AWS Certificate Manager ARN for your domain's SSL/TLS certificate.
|
java.lang.Object |
getCustomEndpointEnabled()
True to enable a custom endpoint for the domain.
|
java.lang.Object |
getEnforceHttps()
True to require that all traffic to the domain arrive over HTTPS.
|
java.lang.String |
getTlsSecurityPolicy()
The minimum TLS version required for traffic to the domain.
|
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 getCustomEndpoint()
CfnDomain.DomainEndpointOptionsProperty
Required if you enabled a custom endpoint for the domain.
getCustomEndpoint
in interface CfnDomain.DomainEndpointOptionsProperty
public final java.lang.String getCustomEndpointCertificateArn()
CfnDomain.DomainEndpointOptionsProperty
Required if you enabled a custom endpoint for the domain.
getCustomEndpointCertificateArn
in interface CfnDomain.DomainEndpointOptionsProperty
public final java.lang.Object getCustomEndpointEnabled()
CfnDomain.DomainEndpointOptionsProperty
If enabled, you must also provide values for CustomEndpoint
and CustomEndpointCertificateArn
.
getCustomEndpointEnabled
in interface CfnDomain.DomainEndpointOptionsProperty
public final java.lang.Object getEnforceHttps()
CfnDomain.DomainEndpointOptionsProperty
Required if you enable fine-grained access control in AdvancedSecurityOptions .
getEnforceHttps
in interface CfnDomain.DomainEndpointOptionsProperty
public final java.lang.String getTlsSecurityPolicy()
CfnDomain.DomainEndpointOptionsProperty
Policy-Min-TLS-1-0-2019-07
Policy-Min-TLS-1-2-2019-07
getTlsSecurityPolicy
in interface CfnDomain.DomainEndpointOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()