Interface CfnSpendingLimitPropsMixin.TimePeriodProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSpendingLimitPropsMixin.TimePeriodProperty.Jsii$Proxy
Enclosing class:
CfnSpendingLimitPropsMixin

@Stability(Stable) public static interface CfnSpendingLimitPropsMixin.TimePeriodProperty extends software.amazon.jsii.JsiiSerializable
Defines a time range for spending limits, specifying when the limit is active.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.braket.*;
 TimePeriodProperty timePeriodProperty = TimePeriodProperty.builder()
         .endAt("endAt")
         .startAt("startAt")
         .build();
 

See Also: