RecommendationPreferencesScope

data class RecommendationPreferencesScope(val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the scope. Valid values: Organization, AccountId, ResourceArn.

Link copied to clipboard

The value of the scope. ALL_ACCOUNTS for Organization scopes, AWS account ID for AccountId scopes, ARN of an EC2 instance or an Auto Scaling group for ResourceArn scopes.