@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerBasicAuthenticationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
WebCrawlerBasicAuthenticationProperty webCrawlerBasicAuthenticationProperty = WebCrawlerBasicAuthenticationProperty.builder()
.credentials("credentials")
.host("host")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder
A builder for
CfnDataSource.WebCrawlerBasicAuthenticationProperty |
static class |
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerBasicAuthenticationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder |
builder() |
String |
getCredentials()
`CfnDataSource.WebCrawlerBasicAuthenticationProperty.Credentials`.
|
String |
getHost()
`CfnDataSource.WebCrawlerBasicAuthenticationProperty.Host`.
|
Number |
getPort()
`CfnDataSource.WebCrawlerBasicAuthenticationProperty.Port`.
|
@Stability(value=Stable) @NotNull String getCredentials()
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder builder()
Copyright © 2021. All rights reserved.