Values.GetAccessPointForObjectLambdaResultSourceThis operation is not supported by directory buckets. Returns configuration information about the specified Object Lambda Access Point The following actions are related to GetAccessPointForObjectLambda: CreateAccessPointForObjectLambda DeleteAccessPointForObjectLambda ListAccessPointsForObjectLambda
type nonrec t = {name : ObjectLambdaAccessPointName.t option;The name of the Object Lambda Access Point.
*)publicAccessBlockConfiguration : PublicAccessBlockConfiguration.t option;Configuration to block all public access. This setting is turned on and can not be edited.
*)creationDate : CreationDate.t option;The date and time when the specified Object Lambda Access Point was created.
*)alias : ObjectLambdaAccessPointAlias.t option;The alias of the Object Lambda Access Point.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ObjectLambdaAccessPointName.t
| `Structure of
(string
* [> `Boolean of Setting.t
| `Enum of string
| `String of ObjectLambdaAccessPointAliasValue.t ])
list
| `Timestamp of CreationDate.t ])
list ]