@Stability(value=Stable)
public static interface CfnDataSource.ProxyConfigurationProperty
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.*;
ProxyConfigurationProperty proxyConfigurationProperty = ProxyConfigurationProperty.builder()
.host("host")
.port(123)
// the properties below are optional
.credentials("credentials")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.ProxyConfigurationProperty.Builder
A builder for
CfnDataSource.ProxyConfigurationProperty |
static class |
CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.ProxyConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.ProxyConfigurationProperty.Builder |
builder() |
default String |
getCredentials()
`CfnDataSource.ProxyConfigurationProperty.Credentials`.
|
String |
getHost()
`CfnDataSource.ProxyConfigurationProperty.Host`.
|
Number |
getPort()
`CfnDataSource.ProxyConfigurationProperty.Port`.
|
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) @Nullable default String getCredentials()
@Stability(value=Stable) static CfnDataSource.ProxyConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.