@Stability(value=Stable) @Internal public static final class CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.WebCrawlerBasicAuthenticationProperty
CfnDataSource.WebCrawlerBasicAuthenticationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder, CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.WebCrawlerBasicAuthenticationProperty.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 using authentication credentials.
|
Number |
getPort()
The port number of the website host you want to connect to using authentication credentials.
|
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.WebCrawlerBasicAuthenticationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getCredentials()
CfnDataSource.WebCrawlerBasicAuthenticationPropertyYou use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
getCredentials in interface CfnDataSource.WebCrawlerBasicAuthenticationPropertypublic final String getHost()
CfnDataSource.WebCrawlerBasicAuthenticationPropertyFor example, the host name of https://a.example.com/page1.html is "a.example.com".
getHost in interface CfnDataSource.WebCrawlerBasicAuthenticationPropertypublic final Number getPort()
CfnDataSource.WebCrawlerBasicAuthenticationPropertyFor example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
getPort in interface CfnDataSource.WebCrawlerBasicAuthenticationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.