aws-cdk-lib.aws_billingconductor.CfnPricingRule.FreeTierProperty

interface FreeTierProperty

LanguageType name
.NETAmazon.CDK.AWS.BillingConductor.CfnPricingRule.FreeTierProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnPricingRule_FreeTierProperty
Javasoftware.amazon.awscdk.services.billingconductor.CfnPricingRule.FreeTierProperty
Pythonaws_cdk.aws_billingconductor.CfnPricingRule.FreeTierProperty
TypeScript aws-cdk-lib » aws_billingconductor » CfnPricingRule » 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-lib';
const freeTierProperty: billingconductor.CfnPricingRule.FreeTierProperty = {
  activated: false,
};

Properties

NameTypeDescription
activatedboolean | IResolvableActivate or deactivate AWS Free Tier.

activated

Type: boolean | IResolvable

Activate or deactivate AWS Free Tier.