GetAccessPointResult
public struct GetAccessPointResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bucket associated with the specified access point.
Declaration
Swift
public let bucket: String?
-
The date and time when the specified access point was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The name of the specified access point.
Declaration
Swift
public let name: String?
-
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.
Declaration
Swift
public let networkOrigin: NetworkOrigin?
-
Undocumented
Declaration
Swift
public let publicAccessBlockConfiguration: PublicAccessBlockConfiguration?
-
Contains the virtual private cloud (VPC) configuration for the specified access point.
Declaration
Swift
public let vpcConfiguration: VpcConfiguration?
-
Undocumented
Declaration
Swift
public init(bucket: String? = nil, creationDate: TimeStamp? = nil, name: String? = nil, networkOrigin: NetworkOrigin? = nil, publicAccessBlockConfiguration: PublicAccessBlockConfiguration? = nil, vpcConfiguration: VpcConfiguration? = nil)