Amazon Secrets Manager · JSON-LD Context
Amazon Secrets Manager Context
JSON-LD context defining the semantic vocabulary for Amazon Secrets Manager from Amazon Secrets Manager.
6 Classes
27 Properties
4 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#
Classes
Secret
RotationRules
SecretValue
Tag
ListSecretsResponse
GetRandomPasswordResponse
Properties
| Property | Type | Container |
|---|---|---|
| ARN | string | |
| Name | string | |
| Description | string | |
| KmsKeyId | string | |
| RotationEnabled | boolean | |
| RotationLambdaARN | string | |
| LastRotatedDate | dateTime | |
| LastChangedDate | dateTime | |
| LastAccessedDate | dateTime | |
| DeletedDate | dateTime | |
| Tags | string | set |
| SecretVersionsToStages | string | |
| OwningService | string | |
| CreatedDate | dateTime | |
| PrimaryRegion | string | |
| VersionId | string | |
| SecretBinary | string | |
| SecretString | string | |
| VersionStages | string | set |
| AutomaticallyAfterDays | integer | |
| Duration | string | |
| ScheduleExpression | string | |
| Key | string | |
| Value | string | |
| SecretList | string | set |
| NextToken | string | |
| RandomPassword | 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#",
"Secret": "aws:Secret",
"ARN": {
"@id": "aws:ARN",
"@type": "xsd:string"
},
"Name": {
"@id": "aws:Name",
"@type": "xsd:string"
},
"Description": {
"@id": "aws:Description",
"@type": "xsd:string"
},
"KmsKeyId": {
"@id": "aws:KmsKeyId",
"@type": "xsd:string"
},
"RotationEnabled": {
"@id": "aws:RotationEnabled",
"@type": "xsd:boolean"
},
"RotationLambdaARN": {
"@id": "aws:RotationLambdaARN",
"@type": "xsd:string"
},
"RotationRules": "aws:RotationRules",
"LastRotatedDate": {
"@id": "aws:LastRotatedDate",
"@type": "xsd:dateTime"
},
"LastChangedDate": {
"@id": "aws:LastChangedDate",
"@type": "xsd:dateTime"
},
"LastAccessedDate": {
"@id": "aws:LastAccessedDate",
"@type": "xsd:dateTime"
},
"DeletedDate": {
"@id": "aws:DeletedDate",
"@type": "xsd:dateTime"
},
"Tags": {
"@id": "aws:Tags",
"@container": "@set",
"@type": "xsd:string"
},
"SecretVersionsToStages": {
"@id": "aws:SecretVersionsToStages",
"@type": "xsd:string"
},
"OwningService": {
"@id": "aws:OwningService",
"@type": "xsd:string"
},
"CreatedDate": {
"@id": "aws:CreatedDate",
"@type": "xsd:dateTime"
},
"PrimaryRegion": {
"@id": "aws:PrimaryRegion",
"@type": "xsd:string"
},
"SecretValue": "aws:SecretValue",
"VersionId": {
"@id": "aws:VersionId",
"@type": "xsd:string"
},
"SecretBinary": {
"@id": "aws:SecretBinary",
"@type": "xsd:string"
},
"SecretString": {
"@id": "aws:SecretString",
"@type": "xsd:string"
},
"VersionStages": {
"@id": "aws:VersionStages",
"@container": "@set",
"@type": "xsd:string"
},
"AutomaticallyAfterDays": {
"@id": "aws:AutomaticallyAfterDays",
"@type": "xsd:integer"
},
"Duration": {
"@id": "aws:Duration",
"@type": "xsd:string"
},
"ScheduleExpression": {
"@id": "aws:ScheduleExpression",
"@type": "xsd:string"
},
"Tag": "aws:Tag",
"Key": {
"@id": "aws:Key",
"@type": "xsd:string"
},
"Value": {
"@id": "aws:Value",
"@type": "xsd:string"
},
"ListSecretsResponse": "aws:ListSecretsResponse",
"SecretList": {
"@id": "aws:SecretList",
"@container": "@set",
"@type": "xsd:string"
},
"NextToken": {
"@id": "aws:NextToken",
"@type": "xsd:string"
},
"GetRandomPasswordResponse": "aws:GetRandomPasswordResponse",
"RandomPassword": {
"@id": "aws:RandomPassword",
"@type": "xsd:string"
}
}
}