Amazon Shield · JSON-LD Context

Amazon Shield Context

JSON-LD context defining the semantic vocabulary for Amazon Shield from Amazon Shield.

0 Classes 3 Properties 6 Namespaces
View Context View on GitHub

Namespaces

shield: https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/
aws: https://aws.amazon.com/
iam: https://docs.aws.amazon.com/IAM/latest/UserGuide/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
schema: https://schema.org/

Properties

Property Type Container
Protection
Attack
Subscription

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "shield": "https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/",
    "aws": "https://aws.amazon.com/",
    "iam": "https://docs.aws.amazon.com/IAM/latest/UserGuide/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "schema": "https://schema.org/",

    "Protection": {
      "@id": "shield:API_DescribeProtection.html",
      "@context": {
        "Id": {
          "@id": "schema:identifier",
          "@type": "xsd:string"
        },
        "Name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "ResourceArn": {
          "@id": "aws:arn",
          "@type": "@id"
        },
        "ProtectionArn": {
          "@id": "aws:arn",
          "@type": "@id"
        }
      }
    },

    "Attack": {
      "@id": "shield:API_DescribeAttack.html",
      "@context": {
        "AttackId": {
          "@id": "schema:identifier",
          "@type": "xsd:string"
        },
        "ResourceArn": {
          "@id": "aws:arn",
          "@type": "@id"
        },
        "StartTime": {
          "@id": "schema:startDate",
          "@type": "xsd:dateTime"
        },
        "EndTime": {
          "@id": "schema:endDate",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Subscription": {
      "@id": "shield:API_DescribeSubscription.html",
      "@context": {
        "StartTime": {
          "@id": "schema:startDate",
          "@type": "xsd:dateTime"
        },
        "EndTime": {
          "@id": "schema:endDate",
          "@type": "xsd:dateTime"
        },
        "TimeCommitmentInSeconds": {
          "@id": "shield:TimeCommitment",
          "@type": "xsd:long"
        },
        "AutoRenew": {
          "@id": "shield:AutoRenew",
          "@type": "xsd:string"
        }
      }
    }
  }
}