ProvisionedProductDetail class
Information about a provisioned product.
Constructors
- ProvisionedProductDetail({String? arn, DateTime? createdTime, String? id, String? idempotencyToken, String? lastProvisioningRecordId, String? lastRecordId, String? lastSuccessfulProvisioningRecordId, String? launchRoleArn, String? name, String? productId, String? provisioningArtifactId, ProvisionedProductStatus? status, String? statusMessage, String? type})
-
ProvisionedProductDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN of the provisioned product.
final
- createdTime → DateTime?
-
The UTC time stamp of the creation time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the provisioned product.
final
- idempotencyToken → String?
-
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.
final
- lastProvisioningRecordId → String?
-
The record identifier of the last request performed on this provisioned
product of the following types:
final
- lastRecordId → String?
-
The record identifier of the last request performed on this provisioned
product.
final
- lastSuccessfulProvisioningRecordId → String?
-
The record identifier of the last successful request performed on this
provisioned product of the following types:
final
- launchRoleArn → String?
-
The ARN of the launch role associated with the provisioned product.
final
- name → String?
-
The user-friendly name of the provisioned product.
final
- productId → String?
-
The product identifier. For example,
prod-abcdzk7xy33qa
.final - provisioningArtifactId → String?
-
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ProvisionedProductStatus?
-
The current status of the provisioned product.
final
- statusMessage → String?
-
The current status message of the provisioned product.
final
- type → String?
-
The type of provisioned product. The supported values are
CFN_STACK
andCFN_STACKSET
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited