Amazon EKS · JSON-LD Context
Amazon Eks Context
JSON-LD context defining the semantic vocabulary for Amazon Eks from Amazon EKS.
30 Classes
61 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
Addon
Amazon EKS Cluster
Cluster
CreateAddonRequest
CreateAddonResponse
CreateClusterRequest
CreateClusterResponse
CreateFargateProfileRequest
CreateFargateProfileResponse
CreateNodegroupRequest
CreateNodegroupResponse
DeleteAddonResponse
DeleteClusterResponse
DeleteFargateProfileResponse
DeleteNodegroupResponse
DescribeAddonResponse
DescribeClusterResponse
DescribeFargateProfileResponse
DescribeNodegroupResponse
FargateProfile
FargateProfileSelector
KubernetesNetworkConfigResponse
ListAddonsResponse
ListClustersResponse
ListFargateProfilesResponse
ListNodegroupsResponse
Logging
Nodegroup
NodegroupScalingConfig
VpcConfigResponse
Properties
| Property | Type | Container |
|---|---|---|
| fargateProfile | string | |
| clusters | string | set |
| nextToken | string | |
| name | string | |
| arn | string | |
| version | string | |
| endpoint | reference | |
| roleArn | string | |
| resourcesVpcConfig | reference | |
| subnetIds | string | set |
| securityGroupIds | string | set |
| clusterSecurityGroupId | string | |
| vpcId | string | |
| endpointPublicAccess | boolean | |
| endpointPrivateAccess | boolean | |
| publicAccessCidrs | string | set |
| kubernetesNetworkConfig | reference | |
| serviceIpv4Cidr | string | |
| serviceIpv6Cidr | string | |
| ipFamily | string | |
| logging | reference | |
| clusterLogging | string | set |
| types | string | set |
| enabled | boolean | |
| status | string | |
| certificateAuthority | reference | |
| data | string | |
| platformVersion | string | |
| tags | reference | |
| createdAt | dateTime | |
| cluster | string | |
| fargateProfileNames | string | set |
| addon | string | |
| nodegroup | string | |
| addons | string | set |
| minSize | integer | |
| maxSize | integer | |
| desiredSize | integer | |
| addonName | string | |
| addonVersion | string | |
| addonArn | string | |
| clusterName | string | |
| serviceAccountRoleArn | string | |
| modifiedAt | dateTime | |
| fargateProfileName | string | |
| fargateProfileArn | string | |
| podExecutionRoleArn | string | |
| subnets | string | set |
| selectors | string | set |
| namespace | string | |
| labels | reference | |
| nodegroupName | string | |
| nodeRole | string | |
| scalingConfig | string | |
| instanceTypes | string | set |
| amiType | string | |
| capacityType | string | |
| nodegroups | string | set |
| nodegroupArn | string | |
| releaseVersion | string | |
| resolveConflicts | 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/",
"Addon": "aws:Addon",
"Amazon EKS Cluster": "aws:Amazon EKS Cluster",
"Cluster": "aws:Cluster",
"CreateAddonRequest": "aws:CreateAddonRequest",
"CreateAddonResponse": "aws:CreateAddonResponse",
"CreateClusterRequest": "aws:CreateClusterRequest",
"CreateClusterResponse": "aws:CreateClusterResponse",
"CreateFargateProfileRequest": "aws:CreateFargateProfileRequest",
"CreateFargateProfileResponse": "aws:CreateFargateProfileResponse",
"CreateNodegroupRequest": "aws:CreateNodegroupRequest",
"CreateNodegroupResponse": "aws:CreateNodegroupResponse",
"DeleteAddonResponse": "aws:DeleteAddonResponse",
"DeleteClusterResponse": "aws:DeleteClusterResponse",
"DeleteFargateProfileResponse": "aws:DeleteFargateProfileResponse",
"DeleteNodegroupResponse": "aws:DeleteNodegroupResponse",
"DescribeAddonResponse": "aws:DescribeAddonResponse",
"DescribeClusterResponse": "aws:DescribeClusterResponse",
"DescribeFargateProfileResponse": "aws:DescribeFargateProfileResponse",
"DescribeNodegroupResponse": "aws:DescribeNodegroupResponse",
"FargateProfile": "aws:FargateProfile",
"FargateProfileSelector": "aws:FargateProfileSelector",
"KubernetesNetworkConfigResponse": "aws:KubernetesNetworkConfigResponse",
"ListAddonsResponse": "aws:ListAddonsResponse",
"ListClustersResponse": "aws:ListClustersResponse",
"ListFargateProfilesResponse": "aws:ListFargateProfilesResponse",
"ListNodegroupsResponse": "aws:ListNodegroupsResponse",
"Logging": "aws:Logging",
"Nodegroup": "aws:Nodegroup",
"NodegroupScalingConfig": "aws:NodegroupScalingConfig",
"VpcConfigResponse": "aws:VpcConfigResponse",
"fargateProfile": {
"@id": "pan:fargateProfile",
"@type": "xsd:string"
},
"clusters": {
"@id": "pan:clusters",
"@container": "@set",
"@type": "xsd:string"
},
"nextToken": {
"@id": "pan:nextToken",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"arn": {
"@id": "pan:arn",
"@type": "xsd:string"
},
"version": {
"@id": "schema:version",
"@type": "xsd:string"
},
"endpoint": {
"@id": "pan:endpoint",
"@type": "@id"
},
"roleArn": {
"@id": "pan:roleArn",
"@type": "xsd:string"
},
"resourcesVpcConfig": {
"@id": "pan:resourcesVpcConfig",
"@type": "@id"
},
"subnetIds": {
"@id": "pan:subnetIds",
"@container": "@set",
"@type": "xsd:string"
},
"securityGroupIds": {
"@id": "pan:securityGroupIds",
"@container": "@set",
"@type": "xsd:string"
},
"clusterSecurityGroupId": {
"@id": "pan:clusterSecurityGroupId",
"@type": "xsd:string"
},
"vpcId": {
"@id": "pan:vpcId",
"@type": "xsd:string"
},
"endpointPublicAccess": {
"@id": "pan:endpointPublicAccess",
"@type": "xsd:boolean"
},
"endpointPrivateAccess": {
"@id": "pan:endpointPrivateAccess",
"@type": "xsd:boolean"
},
"publicAccessCidrs": {
"@id": "pan:publicAccessCidrs",
"@container": "@set",
"@type": "xsd:string"
},
"kubernetesNetworkConfig": {
"@id": "pan:kubernetesNetworkConfig",
"@type": "@id"
},
"serviceIpv4Cidr": {
"@id": "pan:serviceIpv4Cidr",
"@type": "xsd:string"
},
"serviceIpv6Cidr": {
"@id": "pan:serviceIpv6Cidr",
"@type": "xsd:string"
},
"ipFamily": {
"@id": "pan:ipFamily",
"@type": "xsd:string"
},
"logging": {
"@id": "pan:logging",
"@type": "@id"
},
"clusterLogging": {
"@id": "pan:clusterLogging",
"@container": "@set",
"@type": "xsd:string"
},
"types": {
"@id": "pan:types",
"@container": "@set",
"@type": "xsd:string"
},
"enabled": {
"@id": "pan:enabled",
"@type": "xsd:boolean"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"certificateAuthority": {
"@id": "pan:certificateAuthority",
"@type": "@id"
},
"data": {
"@id": "pan:data",
"@type": "xsd:string"
},
"platformVersion": {
"@id": "pan:platformVersion",
"@type": "xsd:string"
},
"tags": {
"@id": "pan:tags",
"@type": "@id"
},
"createdAt": {
"@id": "pan:createdAt",
"@type": "xsd:dateTime"
},
"cluster": {
"@id": "pan:cluster",
"@type": "xsd:string"
},
"fargateProfileNames": {
"@id": "pan:fargateProfileNames",
"@container": "@set",
"@type": "xsd:string"
},
"addon": {
"@id": "pan:addon",
"@type": "xsd:string"
},
"nodegroup": {
"@id": "pan:nodegroup",
"@type": "xsd:string"
},
"addons": {
"@id": "pan:addons",
"@container": "@set",
"@type": "xsd:string"
},
"minSize": {
"@id": "pan:minSize",
"@type": "xsd:integer"
},
"maxSize": {
"@id": "pan:maxSize",
"@type": "xsd:integer"
},
"desiredSize": {
"@id": "pan:desiredSize",
"@type": "xsd:integer"
},
"addonName": {
"@id": "pan:addonName",
"@type": "xsd:string"
},
"addonVersion": {
"@id": "pan:addonVersion",
"@type": "xsd:string"
},
"addonArn": {
"@id": "pan:addonArn",
"@type": "xsd:string"
},
"clusterName": {
"@id": "pan:clusterName",
"@type": "xsd:string"
},
"serviceAccountRoleArn": {
"@id": "pan:serviceAccountRoleArn",
"@type": "xsd:string"
},
"modifiedAt": {
"@id": "pan:modifiedAt",
"@type": "xsd:dateTime"
},
"fargateProfileName": {
"@id": "pan:fargateProfileName",
"@type": "xsd:string"
},
"fargateProfileArn": {
"@id": "pan:fargateProfileArn",
"@type": "xsd:string"
},
"podExecutionRoleArn": {
"@id": "pan:podExecutionRoleArn",
"@type": "xsd:string"
},
"subnets": {
"@id": "pan:subnets",
"@container": "@set",
"@type": "xsd:string"
},
"selectors": {
"@id": "pan:selectors",
"@container": "@set",
"@type": "xsd:string"
},
"namespace": {
"@id": "pan:namespace",
"@type": "xsd:string"
},
"labels": {
"@id": "pan:labels",
"@type": "@id"
},
"nodegroupName": {
"@id": "pan:nodegroupName",
"@type": "xsd:string"
},
"nodeRole": {
"@id": "pan:nodeRole",
"@type": "xsd:string"
},
"scalingConfig": {
"@id": "pan:scalingConfig",
"@type": "xsd:string"
},
"instanceTypes": {
"@id": "pan:instanceTypes",
"@container": "@set",
"@type": "xsd:string"
},
"amiType": {
"@id": "pan:amiType",
"@type": "xsd:string"
},
"capacityType": {
"@id": "pan:capacityType",
"@type": "xsd:string"
},
"nodegroups": {
"@id": "pan:nodegroups",
"@container": "@set",
"@type": "xsd:string"
},
"nodegroupArn": {
"@id": "pan:nodegroupArn",
"@type": "xsd:string"
},
"releaseVersion": {
"@id": "pan:releaseVersion",
"@type": "xsd:string"
},
"resolveConflicts": {
"@id": "pan:resolveConflicts",
"@type": "xsd:string"
}
}
}