AccountSubscription

class AccountSubscription : KotlinCustomResource

Example Usage

resources:
exampleAccountSubscription:
type: cloudflare:AccountSubscription
name: example_account_subscription
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
frequency: weekly
ratePlan:
id: free
currency: USD
externally_managed: false
is_contract: false
public_name: Business Plan
scope: zone
sets:
- string

Properties

Link copied to clipboard
val accountId: Output<String>

Identifier

Link copied to clipboard
val currency: Output<String>

The monetary unit in which pricing information is displayed.

Link copied to clipboard

The end of the current period and also when the next billing is due.

Link copied to clipboard

When the current billing period started. May match initialperiodstart if this is the first period.

Link copied to clipboard
val frequency: Output<String>?

How often the subscription is renewed automatically. Available values: "weekly", "monthly", "quarterly", "yearly".

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val price: Output<Double>

The price of the subscription that will be billed, in US dollars.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The rate plan applied to the subscription.

Link copied to clipboard
val state: Output<String>

The state that the subscription is in. Available values: "Trial", "Provisioned", "Paid", "AwaitingPayment", "Cancelled", "Failed", "Expired".

Link copied to clipboard

Subscription identifier tag.

Link copied to clipboard
val urn: Output<String>