@Stability(value=Stable) @Internal public static final class CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ProxyConfigurationProperty
CfnDataSource.ProxyConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ProxyConfigurationProperty.Builder, CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ProxyConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
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(Object o) |
String |
getCredentials()
Your secret ARN, which you can create in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html).
|
String |
getHost()
The name of the website host you want to connect to via a web proxy server.
|
Number |
getPort()
The port number of the website host you want to connect to via a web proxy server.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.ProxyConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getHost()
CfnDataSource.ProxyConfigurationPropertyFor example, the host name of https://a.example.com/page1.html is "a.example.com".
getHost in interface CfnDataSource.ProxyConfigurationPropertypublic final Number getPort()
CfnDataSource.ProxyConfigurationPropertyFor example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
getPort in interface CfnDataSource.ProxyConfigurationPropertypublic final String getCredentials()
CfnDataSource.ProxyConfigurationPropertyThe credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
getCredentials in interface CfnDataSource.ProxyConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.