create_subscription¶
Operation¶
create_subscription
async
¶
create_subscription(input: CreateSubscriptionInput, plugins: list[Plugin] | None = None) -> CreateSubscriptionOutput
Creates a new Subscription within a Domain for billing and user management.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateSubscriptionInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
CreateSubscriptionOutput
|
An instance of |