AccessPoint class

An access point used to access a bucket.

Constructors

AccessPoint({required String bucket, required String name, required NetworkOrigin networkOrigin, String? accessPointArn, VpcConfiguration? vpcConfiguration})
AccessPoint.fromXml(XmlElement elem)
factory

Properties

accessPointArn String?
The ARN for the access point.
final
bucket String
The name of the bucket associated with this access point.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of this access point.
final
networkOrigin NetworkOrigin
Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcConfiguration VpcConfiguration?
The virtual private cloud (VPC) configuration for this access point, if one exists.
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