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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerBasicAuthenticationProperty
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder, CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of an AWS Secrets Manager secret.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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder.
-
-
Method Details
-
getCredentials
Description copied from interface:CfnDataSource.WebCrawlerBasicAuthenticationPropertyThe Amazon Resource Name (ARN) of an AWS Secrets Manager secret.You create a secret to store your credentials 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 interfaceCfnDataSource.WebCrawlerBasicAuthenticationProperty- See Also:
-
getHost
Description 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 interfaceCfnDataSource.WebCrawlerBasicAuthenticationProperty- See Also:
-
getPort
Description 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 interfaceCfnDataSource.WebCrawlerBasicAuthenticationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-