Zone Subscription Args
data class ZoneSubscriptionArgs(val frequency: Output<String>? = null, val identifier: Output<String>? = null, val ratePlan: Output<ZoneSubscriptionRatePlanArgs>? = null) : ConvertibleToJava<ZoneSubscriptionArgs>
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
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(frequency: Output<String>? = null, identifier: Output<String>? = null, ratePlan: Output<ZoneSubscriptionRatePlanArgs>? = null)