Amazon EBS · JSON-LD Context
Amazon Ebs Context
JSON-LD context defining the semantic vocabulary for Amazon Ebs from Amazon EBS.
3 Classes
24 Properties
5 Namespaces
Namespaces
aws:
https://aws.amazon.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
pan:
https://aws.amazon.com/schema/
Classes
Amazon EBS Volume
DescribeVolumesResult
Volume
Properties
| Property | Type | Container |
|---|---|---|
| volumeId | string | |
| size | integer | |
| volumeType | string | |
| state | string | |
| availabilityZone | string | |
| createTime | dateTime | |
| encrypted | boolean | |
| kmsKeyId | string | |
| iops | integer | |
| throughput | integer | |
| snapshotId | string | |
| multiAttachEnabled | boolean | |
| attachments | string | set |
| tags | string | set |
| instanceId | string | |
| device | string | |
| attachTime | dateTime | |
| deleteOnTermination | boolean | |
| Key | string | |
| Value | string | |
| key | string | |
| value | string | |
| volumeSet | string | set |
| nextToken | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"pan": "https://aws.amazon.com/schema/",
"Amazon EBS Volume": "aws:Amazon EBS Volume",
"DescribeVolumesResult": "aws:DescribeVolumesResult",
"Volume": "aws:Volume",
"volumeId": {
"@id": "pan:volumeId",
"@type": "xsd:string"
},
"size": {
"@id": "pan:size",
"@type": "xsd:integer"
},
"volumeType": {
"@id": "pan:volumeType",
"@type": "xsd:string"
},
"state": {
"@id": "pan:state",
"@type": "xsd:string"
},
"availabilityZone": {
"@id": "pan:availabilityZone",
"@type": "xsd:string"
},
"createTime": {
"@id": "pan:createTime",
"@type": "xsd:dateTime"
},
"encrypted": {
"@id": "pan:encrypted",
"@type": "xsd:boolean"
},
"kmsKeyId": {
"@id": "pan:kmsKeyId",
"@type": "xsd:string"
},
"iops": {
"@id": "pan:iops",
"@type": "xsd:integer"
},
"throughput": {
"@id": "pan:throughput",
"@type": "xsd:integer"
},
"snapshotId": {
"@id": "pan:snapshotId",
"@type": "xsd:string"
},
"multiAttachEnabled": {
"@id": "pan:multiAttachEnabled",
"@type": "xsd:boolean"
},
"attachments": {
"@id": "pan:attachments",
"@container": "@set",
"@type": "xsd:string"
},
"tags": {
"@id": "pan:tags",
"@container": "@set",
"@type": "xsd:string"
},
"instanceId": {
"@id": "pan:instanceId",
"@type": "xsd:string"
},
"device": {
"@id": "pan:device",
"@type": "xsd:string"
},
"attachTime": {
"@id": "pan:attachTime",
"@type": "xsd:dateTime"
},
"deleteOnTermination": {
"@id": "pan:deleteOnTermination",
"@type": "xsd:boolean"
},
"Key": {
"@id": "pan:Key",
"@type": "xsd:string"
},
"Value": {
"@id": "pan:Value",
"@type": "xsd:string"
},
"key": {
"@id": "pan:key",
"@type": "xsd:string"
},
"value": {
"@id": "pan:value",
"@type": "xsd:string"
},
"volumeSet": {
"@id": "pan:volumeSet",
"@container": "@set",
"@type": "xsd:string"
},
"nextToken": {
"@id": "pan:nextToken",
"@type": "xsd:string"
}
}
}