
com.pulumi.azurenative.costmanagement.inputs.BudgetTimePeriodArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.costmanagement.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate.
*
* Supported for CategoryType(s): Cost, ReservationUtilization.
*
* Required for CategoryType(s): Cost, ReservationUtilization.
*
*/
public final class BudgetTimePeriodArgs extends com.pulumi.resources.ResourceArgs {
public static final BudgetTimePeriodArgs Empty = new BudgetTimePeriodArgs();
/**
* The end date for the budget.
*
* - Constraints for **CategoryType: Cost** - No constraints. If not provided, we default this to 10 years from the start date.
*
* - Constraints for **CategoryType: ReservationUtilization** - End date cannot be more than 3 years after the start date.
*
*/
@Import(name="endDate")
private @Nullable Output endDate;
/**
* @return The end date for the budget.
*
* - Constraints for **CategoryType: Cost** - No constraints. If not provided, we default this to 10 years from the start date.
*
* - Constraints for **CategoryType: ReservationUtilization** - End date cannot be more than 3 years after the start date.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy