Location class

The location of resources.

Constructors

Location({List<CodeGenNodeArg>? dynamoDB, List<CodeGenNodeArg>? jdbc, List<CodeGenNodeArg>? s3})

Properties

dynamoDB List<CodeGenNodeArg>?
An Amazon DynamoDB table location.
final
hashCode int
The hash code for this object.
no setterinherited
jdbc List<CodeGenNodeArg>?
A JDBC location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3 List<CodeGenNodeArg>?
An Amazon Simple Storage Service (Amazon S3) location.
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