Package-level declarations

Types

Link copied to clipboard
class EnrollmentStatus : KotlinCustomResource

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
object EnrollmentStatusMapper : ResourceMapper<EnrollmentStatus>
Link copied to clipboard
class Preferences : KotlinCustomResource

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
Link copied to clipboard
object PreferencesMapper : ResourceMapper<Preferences>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun preferences(name: String, block: suspend PreferencesResourceBuilder.() -> Unit): Preferences