Package-level declarations
Types
Link copied to clipboard
Resource for managing AWS Cost Optimization Hub Enrollment Status.
Link copied to clipboard
data class EnrollmentStatusArgs(val includeMemberAccounts: Output<Boolean>? = null) : ConvertibleToJava<EnrollmentStatusArgs>
Resource for managing AWS Cost Optimization Hub Enrollment Status.
Link copied to clipboard
Builder for EnrollmentStatusArgs.
Link copied to clipboard
Link copied to clipboard
Builder for EnrollmentStatus.
Link copied to clipboard
Resource for managing AWS Cost Optimization Hub Preferences.
Link copied to clipboard
data class PreferencesArgs(val memberAccountDiscountVisibility: Output<String>? = null, val savingsEstimationMode: Output<String>? = null) : ConvertibleToJava<PreferencesArgs>
Resource for managing AWS Cost Optimization Hub Preferences.
Link copied to clipboard
class PreferencesArgsBuilder
Builder for PreferencesArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Preferences.
Functions
Link copied to clipboard
suspend fun enrollmentStatus(name: String, block: suspend EnrollmentStatusResourceBuilder.() -> Unit): EnrollmentStatus
Link copied to clipboard
suspend fun preferences(name: String, block: suspend PreferencesResourceBuilder.() -> Unit): Preferences