Class CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.WebCrawlerBasicAuthenticationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.WebCrawlerBasicAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.WebCrawlerBasicAuthenticationProperty
An implementation for 
CfnDataSource.WebCrawlerBasicAuthenticationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerBasicAuthenticationPropertyCfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder, CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringYour secret ARN, which you can create in AWS Secrets Manager.final StringgetHost()The name of the website host you want to connect to using authentication credentials.final NumbergetPort()The port number of the website host you want to connect to using authentication credentials.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder.
 
- 
- 
Method Details- 
getCredentialsDescription copied from interface:CfnDataSource.WebCrawlerBasicAuthenticationPropertyYour secret ARN, which you can create in AWS Secrets Manager.You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password. - Specified by:
- getCredentialsin interface- CfnDataSource.WebCrawlerBasicAuthenticationProperty
 
- 
getHostDescription copied from interface:CfnDataSource.WebCrawlerBasicAuthenticationPropertyThe name of the website host you want to connect to using authentication credentials.For example, the host name of https://a.example.com/page1.html is "a.example.com". - Specified by:
- getHostin interface- CfnDataSource.WebCrawlerBasicAuthenticationProperty
 
- 
getPortDescription copied from interface:CfnDataSource.WebCrawlerBasicAuthenticationPropertyThe port number of the website host you want to connect to using authentication credentials.For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS. - Specified by:
- getPortin interface- CfnDataSource.WebCrawlerBasicAuthenticationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-