CreateCloudFormationTemplateResponse class

Constructors

CreateCloudFormationTemplateResponse({String? applicationId, String? creationTime, String? expirationTime, String? semanticVersion, Status? status, String? templateId, String? templateUrl})
CreateCloudFormationTemplateResponse.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
expirationTime String?
The date and time this template expires. Templates expire 1 hour after creation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticVersion String?
The semantic version of the application:
final
status Status?
Status of the template creation workflow.
final
templateId String?
The UUID returned by CreateCloudFormationTemplate.
final
templateUrl String?
A link to the template that can be used to deploy the application using AWS CloudFormation.
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