Package-level declarations

Types

Link copied to clipboard
class AnomalyAlert : KotlinCustomResource

Manages a Cost Anomaly Alert.

Link copied to clipboard
data class AnomalyAlertArgs(val displayName: Output<String>? = null, val emailAddresses: Output<List<String>>? = null, val emailSubject: Output<String>? = null, val message: Output<String>? = null, val name: Output<String>? = null, val notificationEmail: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<AnomalyAlertArgs>

Manages a Cost Anomaly Alert.

Link copied to clipboard
Link copied to clipboard
object AnomalyAlertMapper : ResourceMapper<AnomalyAlert>
Link copied to clipboard
Link copied to clipboard
class ScheduledAction : KotlinCustomResource

Manages an Azure Cost Management Scheduled Action.

Link copied to clipboard
data class ScheduledActionArgs(val dayOfMonth: Output<Int>? = null, val daysOfWeeks: Output<List<String>>? = null, val displayName: Output<String>? = null, val emailAddressSender: Output<String>? = null, val emailAddresses: Output<List<String>>? = null, val emailSubject: Output<String>? = null, val endDate: Output<String>? = null, val frequency: Output<String>? = null, val hourOfDay: Output<Int>? = null, val message: Output<String>? = null, val name: Output<String>? = null, val startDate: Output<String>? = null, val viewId: Output<String>? = null, val weeksOfMonths: Output<List<String>>? = null) : ConvertibleToJava<ScheduledActionArgs>

Manages an Azure Cost Management Scheduled Action.

Link copied to clipboard
object ScheduledActionMapper : ResourceMapper<ScheduledAction>

Functions

Link copied to clipboard
Link copied to clipboard