{
  "typeName" : "AWS::SecretsManager::SecretTargetAttachment",
  "description" : "Resource Type definition for AWS::SecretsManager::SecretTargetAttachment",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "SecretId" : {
      "type" : "string"
    },
    "TargetType" : {
      "type" : "string"
    },
    "TargetId" : {
      "type" : "string"
    }
  },
  "required" : [ "TargetType", "TargetId", "SecretId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}