Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProvisionedProductPlanDetails

import type { ProvisionedProductPlanDetails } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a plan.

interface ProvisionedProductPlanDetails {
CreatedTime?: Date | number | null;
NotificationArns?: string[] | null;
PathId?: string | null;
PlanId?: string | null;
PlanName?: string | null;
PlanType?: ProvisionedProductPlanType | null;
ProductId?: string | null;
ProvisioningArtifactId?: string | null;
ProvisioningParameters?: UpdateProvisioningParameter[] | null;
ProvisionProductId?: string | null;
ProvisionProductName?: string | null;
StatusMessage?: string | null;
Tags?: Tag[] | null;
UpdatedTime?: Date | number | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The UTC time stamp of the creation time.

§
NotificationArns?: string[] | null
[src]

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

§
PathId?: string | null
[src]

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use "ListLaunchPaths".

§
PlanId?: string | null
[src]

The plan identifier.

§
PlanName?: string | null
[src]

The name of the plan.

§

The plan type.

§
ProductId?: string | null
[src]

The product identifier.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisioningParameters?: UpdateProvisioningParameter[] | null
[src]

Parameters specified by the administrator that are required for provisioning the product.

§
ProvisionProductId?: string | null
[src]

The product identifier.

§
ProvisionProductName?: string | null
[src]

The user-friendly name of the provisioned product.

§

The status.

§
StatusMessage?: string | null
[src]

The status message.

§
Tags?: Tag[] | null
[src]

One or more tags.

§
UpdatedTime?: Date | number | null
[src]

The time when the plan was last updated.