AWS App Mesh · JSON-LD Context

Aws App Mesh Tls Context

JSON-LD context defining the semantic vocabulary for Aws App Mesh Tls from AWS App Mesh.

5 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

aws: https://aws.amazon.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

TlsValidationContextSdsTrust TlsValidationContextTrust TlsValidationContextAcmTrust TlsValidationContext TlsValidationContextFileTrust

Properties

Property Type Container
subjectAlternativeNames string
trust string
certificateChain string
secretName string
acm string
file string
sds string
certificateAuthorityArns string

JSON-LD Document

Raw ↑
{
  "@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#",
    "TlsValidationContextSdsTrust": "aws:TlsValidationContextSdsTrust",
    "TlsValidationContextTrust": "aws:TlsValidationContextTrust",
    "TlsValidationContextAcmTrust": "aws:TlsValidationContextAcmTrust",
    "TlsValidationContext": "aws:TlsValidationContext",
    "TlsValidationContextFileTrust": "aws:TlsValidationContextFileTrust",
    "subjectAlternativeNames": {
      "@id": "aws:subjectAlternativeNames",
      "@type": "xsd:string"
    },
    "trust": {
      "@id": "aws:trust",
      "@type": "xsd:string"
    },
    "certificateChain": {
      "@id": "aws:certificateChain",
      "@type": "xsd:string"
    },
    "secretName": {
      "@id": "aws:secretName",
      "@type": "xsd:string"
    },
    "acm": {
      "@id": "aws:acm",
      "@type": "xsd:string"
    },
    "file": {
      "@id": "aws:file",
      "@type": "xsd:string"
    },
    "sds": {
      "@id": "aws:sds",
      "@type": "xsd:string"
    },
    "certificateAuthorityArns": {
      "@id": "aws:certificateAuthorityArns",
      "@type": "xsd:string"
    }
  }
}