ZoneSubscription

class ZoneSubscription : KotlinCustomResource

Example Usage

resources:
exampleZoneSubscription:
type: cloudflare:ZoneSubscription
name: example_zone_subscription
properties:
identifier: 506e3185e9c882d175a2d0cb0093d9f2
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 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 identifier: Output<String>

Subscription identifier tag.

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 urn: Output<String>