{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetAccessPointResult", "type": "object", "properties": { "Name": { "type": "string", "description": "The name of the access point." }, "Bucket": { "type": "string", "description": "The name of the bucket associated with the access point." }, "NetworkOrigin": { "type": "string", "description": "Indicates whether this access point allows access from the public internet." }, "VpcConfiguration": { "type": "object" }, "CreationDate": { "type": "string", "description": "The date and time when the access point was created." }, "Alias": { "type": "string", "description": "The alias for the access point." }, "AccessPointArn": { "type": "string", "description": "The ARN for the access point." }, "Endpoints": { "type": "object" }, "BucketAccountId": { "type": "string", "description": "The AWS account ID associated with the S3 bucket." } } }