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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpendingLimitPropsMixin.TimePeriodPropertystatic final classAn implementation forCfnSpendingLimitPropsMixin.TimePeriodProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndAt
The end date and time for the spending limit period, in ISO 8601 format.- See Also:
-
getStartAt
The start date and time for the spending limit period, in ISO 8601 format.- See Also:
-
builder
-