interface HostingAwsMarketplaceSubscription {
    activated_at?: null | string;
    community_id?: null | string;
    customer_aws_account_id?: null | string;
    entitlement_expires_at?: null | string;
    entitlement_value: number;
    hosting_account_id?: null | string;
    id: string;
    last_synced_at?: null | string;
    manage_url: string;
    plan_dimension?: null | string;
    plan_key?: null | "launch" | "growth" | "scale" | "studio";
    status: "Subscribed" | "Unsubscribed" | "PendingRegistration" | "PendingEntitlement";
}

Properties

activated_at?: null | string
community_id?: null | string
customer_aws_account_id?: null | string
entitlement_expires_at?: null | string
entitlement_value: number
hosting_account_id?: null | string
id: string
last_synced_at?: null | string
manage_url: string
plan_dimension?: null | string
plan_key?: null | "launch" | "growth" | "scale" | "studio"
status: "Subscribed" | "Unsubscribed" | "PendingRegistration" | "PendingEntitlement"

Generated using TypeDoc