AWS SDK for Kotlin
Toggle table of contents
1.8.29
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
RecommendationSource
Recommendation
Source
sealed
class
RecommendationSource
Inheritors
Cloudwatch
CostExplorer
CustomerIac
TrustedAdvisor
WellArchitectedAgent
WellArchitectedTool
SdkUnknown
Members
Types
Cloudwatch
Link copied to clipboard
object
Cloudwatch
:
RecommendationSource
Companion
Link copied to clipboard
object
Companion
Cost
Explorer
Link copied to clipboard
object
CostExplorer
:
RecommendationSource
Customer
Iac
Link copied to clipboard
object
CustomerIac
:
RecommendationSource
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendationSource
Trusted
Advisor
Link copied to clipboard
object
TrustedAdvisor
:
RecommendationSource
Well
Architected
Agent
Link copied to clipboard
object
WellArchitectedAgent
:
RecommendationSource
Well
Architected
Tool
Link copied to clipboard
object
WellArchitectedTool
:
RecommendationSource
Properties
value
Link copied to clipboard
abstract
val
value
:
String