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

ProvisionedProductAttribute

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

Information about a provisioned product.

interface ProvisionedProductAttribute {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
IdempotencyToken?: string | null;
LastProvisioningRecordId?: string | null;
LastRecordId?: string | null;
LastSuccessfulProvisioningRecordId?: string | null;
Name?: string | null;
PhysicalId?: string | null;
ProductId?: string | null;
ProductName?: string | null;
ProvisioningArtifactId?: string | null;
ProvisioningArtifactName?: string | null;
Status?: ProvisionedProductStatus | null;
StatusMessage?: string | null;
Tags?: Tag[] | null;
Type?: string | null;
UserArn?: string | null;
UserArnSession?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the provisioned product.

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

The UTC time stamp of the creation time.

§
Id?: string | null
[src]

The identifier of the provisioned product.

§
IdempotencyToken?: string | null
[src]

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

§
LastProvisioningRecordId?: string | null
[src]

The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct
§
LastRecordId?: string | null
[src]

The record identifier of the last request performed on this provisioned product.

§
LastSuccessfulProvisioningRecordId?: string | null
[src]

The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct
§
Name?: string | null
[src]

The user-friendly name of the provisioned product.

§
PhysicalId?: string | null
[src]

The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.

§
ProductId?: string | null
[src]

The product identifier.

§
ProductName?: string | null
[src]

The name of the product.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisioningArtifactName?: string | null
[src]

The name of the provisioning artifact.

§

The current status of the provisioned product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
§
StatusMessage?: string | null
[src]

The current status message of the provisioned product.

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

One or more tags.

§
Type?: string | null
[src]

The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

§
UserArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM user.

§
UserArnSession?: string | null
[src]

The ARN of the IAM user in the session. This ARN might contain a session ID.