Subscription

class Subscription : KotlinCustomResource

Creates a subscription to an API product. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val apiproduct: Output<String>

Name of the API product for which the developer is purchasing a subscription.

Link copied to clipboard
val createdAt: Output<String>

Time when the API product subscription was created in milliseconds since epoch.

Link copied to clipboard
val developerId: Output<String>
Link copied to clipboard
val endTime: Output<String>

Time when the API product subscription ends in milliseconds since epoch.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastModifiedAt: Output<String>

Time when the API product subscription was last modified in milliseconds since epoch.

Link copied to clipboard
val name: Output<String>

Name of the API product subscription.

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: Output<String>

Time when the API product subscription starts in milliseconds since epoch.

Link copied to clipboard
val urn: Output<String>