interface FreeTierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BillingConductor.CfnPricingRulePropsMixin.FreeTierProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbillingconductor#CfnPricingRulePropsMixin_FreeTierProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnPricingRulePropsMixin.FreeTierProperty |
Python | aws_cdk.cfn_property_mixins.aws_billingconductor.CfnPricingRulePropsMixin.FreeTierProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_billingconductor » CfnPricingRulePropsMixin » FreeTierProperty |
The possible AWS Free Tier configurations.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_billingconductor as billingconductor } from '@aws-cdk/cfn-property-mixins';
const freeTierProperty: billingconductor.CfnPricingRulePropsMixin.FreeTierProperty = {
activated: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| activated? | boolean | IResolvable | Activate or deactivate AWS Free Tier. |
activated?
Type:
boolean | IResolvable
(optional)
Activate or deactivate AWS Free Tier.

.NET
Go
Java
Python
TypeScript