Values.GetAccessPointResultSourceReturns configuration information about the specified access point. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section. The following actions are related to GetAccessPoint: CreateAccessPoint DeleteAccessPoint ListAccessPoints
type nonrec t = {name : AccessPointName.t option;The name of the specified access point.
*)bucket : AccessPointBucketName.t option;The name of the bucket associated with the specified access point.
*)networkOrigin : NetworkOrigin.t option;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. This will always be true for an Amazon S3 on Outposts access point
*)vpcConfiguration : VpcConfiguration.t option;Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services services.
*)publicAccessBlockConfiguration : PublicAccessBlockConfiguration.t option;creationDate : CreationDate.t option;The date and time when the specified access point was created.
*)alias : Alias.t option;The name or alias of the access point.
*)accessPointArn : S3AccessPointArn.t option;The ARN of the access point.
*)endpoints : Endpoints.t option;The VPC endpoint for the access point.
*)bucketAccountId : AccountId.t option;The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
*)dataSourceId : DataSourceId.t option;The unique identifier for the data source of the access point.
*)dataSourceType : DataSourceType.t option;The type of the data source that the access point is attached to.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyMaxLength64String.t ]
* [> `String of NonEmptyMaxLength1024String.t ])
list
| `String of AccessPointName.t
| `Structure of
(string * [> `Boolean of Setting.t | `String of VpcId.t ]) list
| `Timestamp of CreationDate.t ])
list ]