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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ProxyConfigurationPropertyCfnDataSource.ProxyConfigurationProperty.Builder, CfnDataSource.ProxyConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ProxyConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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 via a web proxy server.final NumbergetPort()The port number of the website host you want to connect to via a web proxy server.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.ProxyConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getHostDescription copied from interface:CfnDataSource.ProxyConfigurationPropertyThe 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:
- getHostin interface- CfnDataSource.ProxyConfigurationProperty
- See Also:
 
- 
getPortDescription copied from interface:CfnDataSource.ProxyConfigurationPropertyThe 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:
- getPortin interface- CfnDataSource.ProxyConfigurationProperty
- See Also:
 
- 
getCredentialsDescription copied from interface:CfnDataSource.ProxyConfigurationPropertyThe 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:
- getCredentialsin interface- CfnDataSource.ProxyConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-