Values.AwsS3AccessPointDetailsSourceReturns configuration information about the specified Amazon S3 access point. S3 access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations.
type nonrec t = {accessPointArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the access point.
*)alias : NonEmptyString.t option;The name or alias of the access point.
*)bucket : NonEmptyString.t option;The name of the S3 bucket associated with the specified access point.
*)bucketAccountId : NonEmptyString.t option;The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
*)name : NonEmptyString.t option;The name of the specified access point.
*)networkOrigin : NonEmptyString.t option;Indicates whether this access point allows access from the public internet.
*)publicAccessBlockConfiguration : AwsS3AccountPublicAccessBlockDetails.t option;vpcConfiguration : AwsS3AccessPointVpcConfigurationDetails.t option;Contains the virtual private cloud (VPC) configuration for the specified access point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]