create-subscription
Creates a subscription for an account to a product rate plan, with options for name and initial state.
Instructions
Create a new subscription for an account to a specific product rate plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional friendly name for the subscription | |
| state | No | Initial state of the subscription | Provisioned |
| accountId | Yes | The UUID of the account creating the subscription | |
| productRatePlanId | Yes | The UUID or data Name of the product rate plan to subscribe to |