CspmProviderDetail

sealed class CspmProviderDetail

The detailed cloud provider configuration for a connector. This is a union type that currently supports Azure.

Inheritors

Types

Link copied to clipboard
data class Azure(val value: AzureDetail) : CspmProviderDetail

The Azure provider detail.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this CspmProviderDetail as a Azure and retrieves its aws.sdk.kotlin.services.securityhub.model.AzureDetail value. Throws an exception if the CspmProviderDetail is not a Azure.

Link copied to clipboard

Casts this CspmProviderDetail as a Azure and retrieves its aws.sdk.kotlin.services.securityhub.model.AzureDetail value. Returns null if the CspmProviderDetail is not a Azure.