ServiceNowConfiguration
public struct ServiceNowConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ServiceNow instance that the data source connects to. The host endpoint should look like the following: {instance}.service-now.com.
Declaration
Swift
public let hostUrl: String
-
Provides configuration information for crawling knowledge articles in the ServiceNow site.
Declaration
Swift
public let knowledgeArticleConfiguration: ServiceNowKnowledgeArticleConfiguration?
-
The Amazon Resource Name (ARN) of the AWS Secret Manager secret that contains the user name and password required to connect to the ServiceNow instance.
Declaration
Swift
public let secretArn: String
-
Provides configuration information for crawling service catalogs in the ServiceNow site.
Declaration
Swift
public let serviceCatalogConfiguration: ServiceNowServiceCatalogConfiguration?
-
The identifier of the release that the ServiceNow host is running. If the host is not running the LONDON release, use OTHERS.
Declaration
Swift
public let serviceNowBuildVersion: ServiceNowBuildVersionType
-
init(hostUrl:knowledgeArticleConfiguration:secretArn:serviceCatalogConfiguration:serviceNowBuildVersion:)
Undocumented
Declaration
Swift
public init(hostUrl: String, knowledgeArticleConfiguration: ServiceNowKnowledgeArticleConfiguration? = nil, secretArn: String, serviceCatalogConfiguration: ServiceNowServiceCatalogConfiguration? = nil, serviceNowBuildVersion: ServiceNowBuildVersionType)
-
Declaration
Swift
public func validate(name: String) throws