Amazon S3 · Schema
GetAccessPointResult
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage
Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The name of the access point. |
| Bucket | string | The name of the bucket associated with the access point. |
| NetworkOrigin | string | Indicates whether this access point allows access from the public internet. |
| VpcConfiguration | object | |
| CreationDate | string | The date and time when the access point was created. |
| Alias | string | The alias for the access point. |
| AccessPointArn | string | The ARN for the access point. |
| Endpoints | object | |
| BucketAccountId | string | The AWS account ID associated with the S3 bucket. |
JSON Schema
{
"$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."
}
}
}