ProviderDetail

sealed class ProviderDetail

The third-party provider detail for a service configuration.

Inheritors

Types

Link copied to clipboard
data class JiraCloud(val value: JiraCloudDetail) : ProviderDetail

Details about a Jira Cloud integration.

Link copied to clipboard
Link copied to clipboard
data class ServiceNow(val value: ServiceNowDetail) : ProviderDetail

Details about a ServiceNow ITSM integration.

Functions

Link copied to clipboard

Casts this ProviderDetail as a JiraCloud and retrieves its aws.sdk.kotlin.services.securityhub.model.JiraCloudDetail value. Throws an exception if the ProviderDetail is not a JiraCloud.

Link copied to clipboard
Link copied to clipboard

Casts this ProviderDetail as a ServiceNow and retrieves its aws.sdk.kotlin.services.securityhub.model.ServiceNowDetail value. Throws an exception if the ProviderDetail is not a ServiceNow.

Link copied to clipboard