Amazon S3 · Schema
AccessGrantsInstance
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage
Properties
| Name | Type | Description |
|---|---|---|
| AccessGrantsInstanceId | string | The ID of the S3 Access Grants instance. |
| AccessGrantsInstanceArn | string | The Amazon Resource Name (ARN) of the S3 Access Grants instance. |
| CreatedAt | string | The date and time when the instance was created. |
| IdentityCenterArn | string | If you associated your S3 Access Grants instance with an IAM Identity Center instance, this field returns the ARN of the IAM Identity Center instance application. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AccessGrantsInstance",
"type": "object",
"properties": {
"AccessGrantsInstanceId": {
"type": "string",
"description": "The ID of the S3 Access Grants instance."
},
"AccessGrantsInstanceArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the S3 Access Grants instance."
},
"CreatedAt": {
"type": "string",
"description": "The date and time when the instance was created."
},
"IdentityCenterArn": {
"type": "string",
"description": "If you associated your S3 Access Grants instance with an IAM Identity Center instance, this field returns the ARN of the IAM Identity Center instance application."
}
}
}