ProvisioningArtifactProperties class
Information about a provisioning artifact (also known as a version) for a product.
Constructors
-
ProvisioningArtifactProperties({required Map<
String, String> info, String? description, bool? disableTemplateValidation, String? name, ProvisioningArtifactType? type})
Properties
- description → String?
-
The description of the provisioning artifact, including how it differs from
the previous provisioning artifact.
final
- disableTemplateValidation → bool?
-
If set to true, AWS Service Catalog stops validating the specified
provisioning artifact even if it is invalid.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
info
→ Map<
String, String> -
Specify the template source with one of the following options, but not both.
Keys accepted:
<code>LoadTemplateFromURL</code>, <code>ImportFromPhysicalId</code>
final - name → String?
-
The name of the provisioning artifact (for example, v1 v2beta). No spaces
are allowed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ProvisioningArtifactType?
-
The type of provisioning artifact.
final
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