interface BillIntervalProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BcmPricingCalculator.CfnBillScenarioPropsMixin.BillIntervalProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbcmpricingcalculator#CfnBillScenarioPropsMixin_BillIntervalProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bcmpricingcalculator.CfnBillScenarioPropsMixin.BillIntervalProperty |
Python | aws_cdk.cfn_property_mixins.aws_bcmpricingcalculator.CfnBillScenarioPropsMixin.BillIntervalProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bcmpricingcalculator » CfnBillScenarioPropsMixin » BillIntervalProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcmpricingcalculator as bcmpricingcalculator } from '@aws-cdk/cfn-property-mixins';
const billIntervalProperty: bcmpricingcalculator.CfnBillScenarioPropsMixin.BillIntervalProperty = {
end: 'end',
start: 'start',
};
Properties
| Name | Type | Description |
|---|---|---|
| end? | string | |
| start? | string |
end?
Type:
string
(optional)
start?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript