Version class

Application version details.

Constructors

Version({required String applicationId, required String creationTime, required List<ParameterDefinition> parameterDefinitions, required List<Capability> requiredCapabilities, required bool resourcesSupported, required String semanticVersion, required String templateUrl, String? sourceCodeArchiveUrl, String? sourceCodeUrl})
Version.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
The application Amazon Resource Name (ARN).
final
creationTime String
The date and time this resource was created.
final
hashCode int
The hash code for this object.
no setterinherited
parameterDefinitions List<ParameterDefinition>
An array of parameter types supported by the application.
final
requiredCapabilities List<Capability>
A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.
final
resourcesSupported bool
Whether all of the AWS resources contained in this application are supported in the region in which it is being retrieved.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticVersion String
The semantic version of the application:
final
sourceCodeArchiveUrl String?
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
final
sourceCodeUrl String?
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
final
templateUrl String
A link to the packaged AWS SAM template of your application.
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