@Stability(value=Stable)
public static interface CfnDataSource.ServiceNowConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.ServiceNowConfigurationProperty.Builder
A builder for
CfnDataSource.ServiceNowConfigurationProperty |
static class |
CfnDataSource.ServiceNowConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.ServiceNowConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.ServiceNowConfigurationProperty.Builder |
builder() |
String |
getHostUrl()
`CfnDataSource.ServiceNowConfigurationProperty.HostUrl`.
|
default Object |
getKnowledgeArticleConfiguration()
`CfnDataSource.ServiceNowConfigurationProperty.KnowledgeArticleConfiguration`.
|
String |
getSecretArn()
`CfnDataSource.ServiceNowConfigurationProperty.SecretArn`.
|
default Object |
getServiceCatalogConfiguration()
`CfnDataSource.ServiceNowConfigurationProperty.ServiceCatalogConfiguration`.
|
String |
getServiceNowBuildVersion()
`CfnDataSource.ServiceNowConfigurationProperty.ServiceNowBuildVersion`.
|
@Stability(value=Stable) @NotNull String getHostUrl()
@Stability(value=Stable) @NotNull String getSecretArn()
@Stability(value=Stable) @NotNull String getServiceNowBuildVersion()
@Stability(value=Stable) @Nullable default Object getKnowledgeArticleConfiguration()
@Stability(value=Stable) @Nullable default Object getServiceCatalogConfiguration()
@Stability(value=Stable) static CfnDataSource.ServiceNowConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.