ProvisionedProductAttribute
Information about a provisioned product.
Contents
- Arn
-
The ARN of the provisioned product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}
Required: No
- CreatedTime
-
The UTC time stamp of the creation time.
Type: Timestamp
Required: No
- Id
-
The identifier of the provisioned product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
- IdempotencyToken
-
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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_-]*
Required: No
- LastProvisioningRecordId
-
The record identifier of the last request performed on this provisioned product of the following types:
-
ProvisionProduct
-
UpdateProvisionedProduct
-
ExecuteProvisionedProductPlan
-
TerminateProvisionedProduct
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
-
- LastRecordId
-
The record identifier of the last request performed on this provisioned product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
- LastSuccessfulProvisioningRecordId
-
The record identifier of the last successful request performed on this provisioned product of the following types:
-
ProvisionProduct
-
UpdateProvisionedProduct
-
ExecuteProvisionedProductPlan
-
TerminateProvisionedProduct
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
-
- Name
-
The user-friendly name of the provisioned product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}
Required: No
- PhysicalId
-
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
Type: String
Required: No
- ProductId
-
The product identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
- ProductName
-
The name of the product.
Type: String
Length Constraints: Maximum length of 8191.
Required: No
- ProvisioningArtifactId
-
The identifier of the provisioning artifact.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9_\-]*
Required: No
- ProvisioningArtifactName
-
The name of the provisioning artifact.
Type: String
Length Constraints: Maximum length of 8192.
Required: No
- Status
-
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 anAVAILABLE
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, AWS 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 anAVAILABLE
status before performing operations.
Type: String
Valid Values:
AVAILABLE | UNDER_CHANGE | TAINTED | ERROR | PLAN_IN_PROGRESS
Required: No
-
- StatusMessage
-
The current status message of the provisioned product.
Type: String
Required: No
- Tags
-
One or more tags.
Type: Array of Tag objects
Array Members: Maximum number of 50 items.
Required: No
- Type
-
The type of provisioned product. The supported values are
CFN_STACK
,CFN_STACKSET
,TERRAFORM_OPEN_SOURCE
,TERRAFORM_CLOUD
, andEXTERNAL
.Type: String
Required: No
- UserArn
-
The Amazon Resource Name (ARN) of the user.
Type: String
Required: No
- UserArnSession
-
The ARN of the user in the session. This ARN might contain a session ID.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: