Class CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty
CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Builder, CfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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 theCfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty.Builder.
-
-
Method Details
-
getCredentials
Description copied from interface:CfnDataSourcePropsMixin.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 interfaceCfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty- See Also:
-
getHost
Description copied from interface:CfnDataSourcePropsMixin.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 interfaceCfnDataSourcePropsMixin.WebCrawlerBasicAuthenticationProperty- See Also:
-
getPort
Description copied from interface:CfnDataSourcePropsMixin.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 interfaceCfnDataSourcePropsMixin.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()
-