{ "$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." } } }