@Stability(value=Stable) @Internal public static final class CfnDataSource.ServiceNowConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ServiceNowConfigurationProperty
CfnDataSource.ServiceNowConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ServiceNowConfigurationProperty.Builder, CfnDataSource.ServiceNowConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ServiceNowConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthenticationType()
The type of authentication used to connect to the ServiceNow instance.
|
String |
getHostUrl()
The ServiceNow instance that the data source connects to.
|
Object |
getKnowledgeArticleConfiguration()
Configuration information for crawling knowledge articles in the ServiceNow site.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance.
|
Object |
getServiceCatalogConfiguration()
Configuration information for crawling service catalogs in the ServiceNow site.
|
String |
getServiceNowBuildVersion()
The identifier of the release that the ServiceNow host is running.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.ServiceNowConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getHostUrl()
CfnDataSource.ServiceNowConfigurationPropertyThe host endpoint should look like the following: {instance}.service-now.com.
getHostUrl in interface CfnDataSource.ServiceNowConfigurationPropertypublic final String getSecretArn()
CfnDataSource.ServiceNowConfigurationPropertygetSecretArn in interface CfnDataSource.ServiceNowConfigurationPropertypublic final String getServiceNowBuildVersion()
CfnDataSource.ServiceNowConfigurationProperty
If the host is not running the LONDON release, use OTHERS .
getServiceNowBuildVersion in interface CfnDataSource.ServiceNowConfigurationPropertypublic final String getAuthenticationType()
CfnDataSource.ServiceNowConfigurationProperty
If you choose HTTP_BASIC , Amazon Kendra is authenticated using the user name and password provided in the AWS Secrets Manager secret in the SecretArn field. When you choose OAUTH2 , Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to.
When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source .
getAuthenticationType in interface CfnDataSource.ServiceNowConfigurationPropertypublic final Object getKnowledgeArticleConfiguration()
CfnDataSource.ServiceNowConfigurationPropertygetKnowledgeArticleConfiguration in interface CfnDataSource.ServiceNowConfigurationPropertypublic final Object getServiceCatalogConfiguration()
CfnDataSource.ServiceNowConfigurationPropertygetServiceCatalogConfiguration in interface CfnDataSource.ServiceNowConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.