ServiceCatalogProvisioningDetails class

Details that you specify to provision a service catalog product. For information about service catalog, see .What is AWS Service Catalog.

Constructors

ServiceCatalogProvisioningDetails({required String productId, required String provisioningArtifactId, String? pathId, List<ProvisioningParameter>? provisioningParameters})
ServiceCatalogProvisioningDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pathId String?
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.
final
productId String
The ID of the product to provision.
final
provisioningArtifactId String
The ID of the provisioning artifact.
final
provisioningParameters List<ProvisioningParameter>?
A list of key value pairs that you specify when you provision a product.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited