@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerAuthenticationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
WebCrawlerAuthenticationConfigurationProperty webCrawlerAuthenticationConfigurationProperty = WebCrawlerAuthenticationConfigurationProperty.builder()
.basicAuthentication(List.of(WebCrawlerBasicAuthenticationProperty.builder()
.credentials("credentials")
.host("host")
.port(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder
|
static class |
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder |
builder() |
default Object |
getBasicAuthentication()
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
|
@Stability(value=Stable) @Nullable default Object getBasicAuthentication()
The list includes the name and port number of the website host.
@Stability(value=Stable) static CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.