AwsS3Data class
An AwsS3Data resource can be a data source, but not a data sink.
In an AwsS3Data resource, an object's name is the S3 object's key name.
Constructors
- AwsS3Data({AwsAccessKey? awsAccessKey, String? bucketName, String? cloudfrontDomain, String? credentialsSecret, bool? managedPrivateNetwork, String? path, String? roleArn})
 - AwsS3Data.fromJson(Map json_)
 
Properties
- awsAccessKey ↔ AwsAccessKey?
 - 
  Input only.
  getter/setter pair
 - bucketName ↔ String?
 - 
  S3 Bucket name (see
Creating a bucket).
  getter/setter pair
 - cloudfrontDomain ↔ String?
 - 
  The CloudFront distribution domain name pointing to this bucket, to use
when fetching.
  getter/setter pair
 - credentialsSecret ↔ String?
 - 
  The Resource name of a secret in Secret Manager.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - managedPrivateNetwork ↔ bool?
 - 
  Egress bytes over a Google-managed private network.
  getter/setter pair
 - path ↔ String?
 - 
  Root path to transfer objects.
  getter/setter pair
 - roleArn ↔ String?
 - 
  The Amazon Resource Name (ARN) of the role to support temporary
credentials via 
AssumeRoleWithWebIdentity.getter/setter pair - 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