Ec2RecommendationsPreferences
data class Ec2RecommendationsPreferences(val value: Ec2RecommendationsExportPreferences) : ExportPreferences
If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.
Inherited functions
Link copied to clipboard
Casts this ExportPreferences as a Ec2RecommendationsPreferences and retrieves its aws.sdk.kotlin.services.applicationdiscoveryservice.model.Ec2RecommendationsExportPreferences value. Throws an exception if the ExportPreferences is not a Ec2RecommendationsPreferences.
Link copied to clipboard
Casts this ExportPreferences as a Ec2RecommendationsPreferences and retrieves its aws.sdk.kotlin.services.applicationdiscoveryservice.model.Ec2RecommendationsExportPreferences value. Returns null if the ExportPreferences is not a Ec2RecommendationsPreferences.