Class CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ProxyConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ProxyConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ProxyConfigurationProperty
An implementation for
CfnDataSource.ProxyConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ProxyConfigurationProperty
CfnDataSource.ProxyConfigurationProperty.Builder, CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ProxyConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret.final String
getHost()
The name of the website host you want to connect to via a web proxy server.final Number
getPort()
The port number of the website host you want to connect to via a web proxy server.final int
hashCode()
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.ProxyConfigurationProperty.Builder
.
-
-
Method Details
-
getHost
Description copied from interface:CfnDataSource.ProxyConfigurationProperty
The name of the website host you want to connect to via a web proxy server.For example, the host name of https://a.example.com/page1.html is "a.example.com".
- Specified by:
getHost
in interfaceCfnDataSource.ProxyConfigurationProperty
- See Also:
-
getPort
Description copied from interface:CfnDataSource.ProxyConfigurationProperty
The port number of the website host you want to connect to via a web proxy server.For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
- Specified by:
getPort
in interfaceCfnDataSource.ProxyConfigurationProperty
- See Also:
-
getCredentials
Description copied from interface:CfnDataSource.ProxyConfigurationProperty
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret.You create a secret to store your credentials in AWS Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
- Specified by:
getCredentials
in interfaceCfnDataSource.ProxyConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-