AccessPoint

public struct AccessPoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the bucket associated with this access point.

    Declaration

    Swift

    public let bucket: String
  • The name of this 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
  • The virtual private cloud (VPC) configuration for this access point, if one exists.

    Declaration

    Swift

    public let vpcConfiguration: VpcConfiguration?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String, name: String, networkOrigin: NetworkOrigin, vpcConfiguration: VpcConfiguration? = nil)